1
王 垚
2022-09-28 414e9ac9f6e44d5d427c7e00389a5e4f8be42208
WebAPI/Controllers/ProductInController.cs
@@ -484,7 +484,7 @@
                //保存人员
                SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();
                string saveGroupEmpsql = $"exec h_p_saveGroupEmp '{lsmain[0].HMaker}','{lsmain[0].HGroupID}',{lsmain[0].HJiaYe.Split(',')[0]},{lsmain[0].HJiaYe.Split(',')[1]},'{lsmain[0].HJiaYe}'";
                LogService.Write(saveGroupEmpsql);
                oCn.RunProc(saveGroupEmpsql);
                if (webserver.set_SaveProductInBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo))