Commit 2f99a2d5 hjh

线体判断修改

1 个父辈 68c37e9b
...@@ -705,7 +705,7 @@ public class StoragePosController { ...@@ -705,7 +705,7 @@ public class StoragePosController {
checkOutDto.setSingleOut(true + ""); checkOutDto.setSingleOut(true + "");
} }
// 判断线体是否为空 // 判断线体是否为空
if (StringUtils.isNotEmpty(checkOutDto.getLine())) { if (!StringUtils.isNotEmpty(checkOutDto.getLine())) {
throw new ValidateException("smfcore.valueCanotNull", "{0}不能为空", new String[]{"线体"}); throw new ValidateException("smfcore.valueCanotNull", "{0}不能为空", new String[]{"线体"});
} }
String isSingleOutStr = checkOutDto.getSingleOut(); String isSingleOutStr = checkOutDto.getSingleOut();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!