入院物资维护模块选入页面字段名称不一致

pro
schry 2 years ago
parent cfc32f6bdc
commit 36602ee0e6

@ -54,7 +54,7 @@ public class SupplementVailUtil {
basicProductSetEntity = basicProductSetEntityMap.get("manufactory");
if (isMustFill(type, basicProductSetEntity)) {
if (StrUtil.isEmptyIfStr(supplementRequest.getManufactory())) {
return "生产厂家不能为空";
return "生产企业不能为空";
}
}

Loading…
Cancel
Save