Commit 9b9f4143 zshaohui

线体不为空 bug修改

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