From bafdbac9abdfc9de05b211cf7f54a3f792cb8a74 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期三, 08 一月 2025 17:48:14 +0800 Subject: [PATCH] 单品过站增加班次,修复班次开班单的制单人字段保存错 --- WebAPI/Controllers/品质管理/基础资料/Gy_BaseInformationController.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git "a/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BaseInformationController.cs" "b/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BaseInformationController.cs" index f9d6b9d..7b1c65c 100644 --- "a/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BaseInformationController.cs" +++ "b/WebAPI/Controllers/\345\223\201\350\264\250\347\256\241\347\220\206/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_BaseInformationController.cs" @@ -140,8 +140,7 @@ string msg3 = sArray[1].ToString(); string refSav = sArray[2].ToString();//鎿嶄綔鏂瑰紡鏁版嵁绫诲瀷 1娣诲姞 3淇敼 2 澶嶅埗 string user = sArray[3].ToString();//鐢ㄦ埛鍚� - - string UserName = ""; + string s = ""; ListModels oListModels = new ListModels(); try @@ -204,7 +203,7 @@ } } - UserName = oItem.HMaker; //鍒跺崟浜� + oItem.HMaker= user; //鍒跺崟浜� oItem.HBillType = "7516"; oItem.HBillSubType = "7516"; -- Gitblit v1.9.1