diff --git a/.vs/SGGL_SeDin_New/v17/.wsuo b/.vs/SGGL_SeDin_New/v17/.wsuo index 5fc722e7..49c98172 100644 Binary files a/.vs/SGGL_SeDin_New/v17/.wsuo and b/.vs/SGGL_SeDin_New/v17/.wsuo differ diff --git a/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs b/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs index ab67ac76..abc781ce 100644 --- a/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs +++ b/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs @@ -292,7 +292,9 @@ namespace BLL db.HJGL_WeldingDaily.InsertOnSubmit(weldingDaily); db.SubmitChanges(); } - var batchC = BLL.Project_SysSetService.GetSysSetBySetId("5", joint.ProjectId); + BLL.HJGL_PipelineComponentjointService.UpdateStateByWeldJointId(WeldJointId, (DateTime)weldingDaily.WeldingDate);//更改预制口实际时间和状态 + PipelineService.UpdataDateByWeldJointId(WeldJointId);//更改安装口时间和状态 + var batchC = BLL.Project_SysSetService.GetSysSetBySetId("5", joint.ProjectId); if (batchC != null) { string batchCondition = batchC.SetValue;