wy
2022-09-26 126eeb4e95f16429dea17134e875459fc12a692e
WebAPI/Controllers/Kf_EntrustInBillController.cs
@@ -289,8 +289,13 @@
                websLsmain.HMangerID = lsmain[0].HMangerID;
                websLsmain.HWHID = lsmain[0].HWHID;
                websLsmain.HExplanation = lsmain[0].HExplanation;
                websLsmain.HGroupID = lsmain[0].HGroupID;
                websLsmain.HJiaYe = lsmain[0].HJiaYe;
                string sSourceBillType = "1103";
                //保存人员
                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}'";
                oCn.RunProc(saveGroupEmpsql);
                if (webserver.set_SaveEntrustInBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo))
                {