|
@@ -117,7 +117,7 @@ public class TermImportFacade {
|
|
ImportConceptAllVO data = conceptExportMap.get(row);
|
|
ImportConceptAllVO data = conceptExportMap.get(row);
|
|
//校验医学标准术语、类型、性别、最小年龄、最大年龄必填
|
|
//校验医学标准术语、类型、性别、最小年龄、最大年龄必填
|
|
if (StringUtil.isBlank(data.getLibName()) ||
|
|
if (StringUtil.isBlank(data.getLibName()) ||
|
|
- StringUtil.isBlank(data.getLibName()) ||
|
|
|
|
|
|
+ StringUtil.isBlank(data.getTypeName()) ||
|
|
null == data.getSexType()
|
|
null == data.getSexType()
|
|
|| null == data.getMinAge()
|
|
|| null == data.getMinAge()
|
|
|| null == data.getMaxAge()) {
|
|
|| null == data.getMaxAge()) {
|