fix 86915 功能安全中心--成员维护-导入-按以下导入报错
This commit is contained in:
+1
-1
@@ -246,7 +246,7 @@ public class SafetyCenterSubitemController extends JeroController<SafetyCenterSu
|
||||
}
|
||||
safetyCenterSubitemService.importExcelData(projectId,excelData);
|
||||
|
||||
return super.importExcel(request, response, SafetyCenterSubitem.class);
|
||||
return Result.OK("导入成功");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
+1
@@ -354,6 +354,7 @@ public class SafetyCenterSubitemService extends ServiceImpl<SafetyCenterSubitemM
|
||||
}
|
||||
SafetyCenterSubitemContacts contacts1 = new SafetyCenterSubitemContacts();
|
||||
contacts1.setContactsId(payContactsManagement.getId());
|
||||
contacts1.setRemarks(contactsImport.getRemarks());
|
||||
subitemContactsList.add(contacts1);
|
||||
}
|
||||
if (!errorMessage.isEmpty()){
|
||||
|
||||
+1
@@ -34,6 +34,7 @@ public class SafetyCenterSubitemImport {
|
||||
* 备注
|
||||
*/
|
||||
@ApiModelProperty(value = "备注")
|
||||
@Excel(name = "备注")
|
||||
private String remarks;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user