fix 86914 功能安全中心--成员维护-导入-企业联系人不为空却报了为空
This commit is contained in:
+3
@@ -356,6 +356,9 @@ public class SafetyCenterSubitemService extends ServiceImpl<SafetyCenterSubitemM
|
||||
contacts1.setContactsId(payContactsManagement.getId());
|
||||
subitemContactsList.add(contacts1);
|
||||
}
|
||||
if (!errorMessage.isEmpty()){
|
||||
continue;
|
||||
}
|
||||
SafetyCenterSubitem subitem = new SafetyCenterSubitem();
|
||||
subitem.setProjectId(projectId);
|
||||
subitem.setCompanyId(companyId);
|
||||
|
||||
Reference in New Issue
Block a user