fix: 88350 外来标准法规文本库--导入--必填字段为空没有相关提示
This commit is contained in:
@@ -116,11 +116,7 @@ public class ImportUtil {
|
||||
FieldCommon.YEAR_NUMBER.equals(tag.getDbFieldName()))
|
||||
) {
|
||||
if (FieldCommon.STANDARD_NUMBER_TEMP.equals(tag.getDbFieldName())) {
|
||||
if (cell == null) {
|
||||
log.error("第" + row + "列" + tag.getDbFieldTxt() + "为必填 ");
|
||||
errMsg.append("第").append(row).append("列").append(tag.getDbFieldTxt()).append("为必填 ");
|
||||
break;
|
||||
} else {
|
||||
if (cell != null) {
|
||||
standardNumberTemp = cell.toString().trim();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user