yusijie
2024-09-24 de3c6ed9c07ad437121e9d78b95ec409ff807fc9
条码档案列表查询前15000行数据
2个文件已修改
3 ■■■■ 已修改文件
Model/车间管理/ClsSc_ProcessExchangeBillSub_BatchSplit.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Model/车间管理/ClsSc_ProcessExchangeBillSub_BatchSplit.cs
@@ -20,6 +20,7 @@
        public string HBillNo;//娴佽浆鍗″彿
        public string HBatchNo;//鎵规
        public string HGroupNumber;//鐝粍        
        public Int64 HWorkShopID;//鐢熶骇杞﹂棿鍐呯爜
    }
}
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -1587,7 +1587,7 @@
                    return objJsonResult;
                }
                string sql1 = "select top 5000 * from h_v_IF_BarCodeBillList where 1 = 1 ";
                string sql1 = "select top 15000 * from h_v_IF_BarCodeBillList where 1 = 1 ";
                string sql = sql1 + sWhere + " order by hmainid desc";
                ds = oCN.RunProcReturn(sql, "h_v_IF_BarCodeBillList");