职务导入提示优化修复20221116
This commit is contained in:
parent
0315da18b1
commit
b5d5b717d1
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue