职务导入提示优化修复20221116

This commit is contained in:
‘ml’ 2022-11-16 15:14:11 +08:00
parent 0315da18b1
commit b5d5b717d1
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class PostInfoImportUtil {
ExtendInfoPO infoPO = extendInfoPOS.get(cellIndex);
// 数据校验
if (infoPO.getIsrequired() == 1 && StringUtils.isBlank(cellValue)) {
historyDetailPO.setRelatedName("");
historyDetailPO.setOperateDetail(infoPO.getFieldNameDesc() + "为必填项");
historyDetailPO.setStatus("0");
OrgImportUtil.saveImportDetailLog(historyDetailPO);