提交代码
This commit is contained in:
@@ -322,6 +322,14 @@ namespace BLL
|
||||
updateWeldJoint.BackingWelderId = null;
|
||||
BLL.WeldJointService.UpdateWeldJoint(updateWeldJoint);
|
||||
|
||||
var weldTask = BLL.WeldTaskService.GetWeldTaskByWeldJointId(weldJointId);
|
||||
if (weldTask != null)
|
||||
{
|
||||
weldTask.CoverWelderId = null;
|
||||
weldTask.BackingWelderId = null;
|
||||
BLL.WeldTaskService.UpdateWeldTask(weldTask);
|
||||
}
|
||||
|
||||
var pointBatchItems = from x in Funs.DB.HJGL_Batch_PointBatchItem where x.WeldJointId == weldJointId select x;
|
||||
string pointBatchId = pointBatchItems.FirstOrDefault().PointBatchId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user