代码更新
This commit is contained in:
@@ -431,7 +431,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
|||||||
throw new BadRequestException("未查询到该木箱对应的包装关系!");
|
throw new BadRequestException("未查询到该木箱对应的包装关系!");
|
||||||
}
|
}
|
||||||
//贴标申请
|
//贴标申请
|
||||||
String print_type = sub_jo.getString("print_type");
|
String print_type = "1";
|
||||||
if (StrUtil.isEmpty(print_type)) {
|
if (StrUtil.isEmpty(print_type)) {
|
||||||
throw new BadRequestException("请指定一台打印机进行打印!");
|
throw new BadRequestException("请指定一台打印机进行打印!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user