| | |
| | | List<LookingForBill> list = Newtonsoft.Json.JsonConvert.DeserializeObject<List<LookingForBill>>(oMainData); |
| | | //保存人员 |
| | | string saveGroupEmpsql = $"exec h_p_saveGroupEmp '{list[0].HMaker}','{list[0].HGroupID}',{HJiaYe.Split(',')[0]},{HJiaYe.Split(',')[1]},'{HJiaYe}'"; |
| | | LogService.Write(saveGroupEmpsql); |
| | | oCN.RunProc(saveGroupEmpsql); |
| | | oCN.BeginTran(); |
| | | //var mainSql1 = "Insert Into Kf_LookingForReturnBillMain " + |
| | |
| | | //保存人员 |
| | | 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)) |
| | |
| | | <Compile Include="Dapper\SqlHelper.cs" /> |
| | | <Compile Include="Dapper\SqlPools.cs" /> |
| | | <Compile Include="DbUntil\DataFormatUntil.cs" /> |
| | | <Compile Include="LogService.cs" /> |
| | | <Compile Include="Models\ApiConfig.cs" /> |
| | | <Compile Include="Models\ApiResult.cs" /> |
| | | <Compile Include="Models\DocumentsView.cs" /> |