焊接扫码填报日报关联修改状态
This commit is contained in:
Binary file not shown.
@@ -292,7 +292,9 @@ namespace BLL
|
|||||||
db.HJGL_WeldingDaily.InsertOnSubmit(weldingDaily);
|
db.HJGL_WeldingDaily.InsertOnSubmit(weldingDaily);
|
||||||
db.SubmitChanges();
|
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)
|
if (batchC != null)
|
||||||
{
|
{
|
||||||
string batchCondition = batchC.SetValue;
|
string batchCondition = batchC.SetValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user