Commit 612af7ac zshaohui

Merge remote-tracking branch 'origin/smf-core-20592' into smf-core-20592

# Conflicts:
#	src/main/java/com/neotel/smfcore/core/storage/rest/StoragePosController.java
2 个父辈 93794b42 2f99a2d5
...@@ -707,7 +707,7 @@ public class StoragePosController { ...@@ -707,7 +707,7 @@ public class StoragePosController {
checkOutDto.setSingleOut(true + ""); checkOutDto.setSingleOut(true + "");
} }
// 判断线体是否为空 // 判断线体是否为空
if (StringUtils.isEmpty(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!