This commit is contained in:
dxfeng 2022-11-16 15:24:34 +08:00
commit 49b4358e17
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);