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