From 720ad806c65ac92647730e64dd90ee62da627d1e Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期四, 17 十一月 2022 16:07:06 +0800 Subject: [PATCH] 生产订单编辑功能 用户 完善 角色 编辑 删除 --- WebAPI/Controllers/SCGL/日计划管理/JIT_DayPlanPlatFormBillController.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git "a/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/JIT_DayPlanPlatFormBillController.cs" "b/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/JIT_DayPlanPlatFormBillController.cs" index 563f79c..8733e1a 100644 --- "a/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/JIT_DayPlanPlatFormBillController.cs" +++ "b/WebAPI/Controllers/SCGL/\346\227\245\350\256\241\345\210\222\347\256\241\347\220\206/JIT_DayPlanPlatFormBillController.cs" @@ -1222,8 +1222,7 @@ try { DataSet dt = new DataSet(); - oCN.RunProc("exec h_p_ICMOBillList_PrimarySubTable"); - ds = oCN.RunProcReturn($"select * from ##ICMOBillList where 婧愬崟涓诲唴鐮� in({hmainid}) and 婧愬崟瀛愬唴鐮� in({HEntryID})", "##ICMOBillList"); + ds = oCN.RunProcReturn($"exec h_p_ICMOBillList_PrimarySubTable '{hmainid}','{HEntryID}'", "h_p_ICMOBillList_PrimarySubTable"); for (int i = 0; i < ds.Tables[0].Rows.Count; i++) { -- Gitblit v1.9.1