Model/车间管理/ClsSc_ProcessExchangeBillSub_BatchSplit.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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");