|
|
@@ -959,6 +959,8 @@ public class InsAreaCompanyServiceImpl extends ServiceImpl<InsAreaCompanyMapper,
|
|
|
//处理子订单重新赋值 add by hxl 2024-07-01 处理编辑数据不更新的bug
|
|
|
InsAreaCompany insAreaCompany = insOrdersEditingVo.getInsAreaCompanyList().get(0);
|
|
|
insAreaCompany = getNewEntity(insAreaCompany, insOrdersEditingVo, ptlAgreement);
|
|
|
+ // 更新对接人
|
|
|
+ insAreaCompany.setDockingPerson(ptlAgreement.getDockingPerson());
|
|
|
this.updateById(insAreaCompany);
|
|
|
|
|
|
// add by hxl 2025-01-09 添加外部订单的维护人
|
|
|
@@ -969,6 +971,7 @@ public class InsAreaCompanyServiceImpl extends ServiceImpl<InsAreaCompanyMapper,
|
|
|
insAreaCompany.setLeaderId(sysUser.getLeaderId());
|
|
|
insAreaCompany.setLeaderName(sysUser.getLeaderName());
|
|
|
}
|
|
|
+
|
|
|
//更新轨迹表
|
|
|
// if(insOrdersEditingVo.getStageFlag()==1){
|
|
|
insOrdersTrackService.addingTrajectories(insAreaCompany);
|