代码更新

This commit is contained in:
2023-01-12 19:07:07 +08:00
parent 96b0b69cba
commit 71d24b6f7d

View File

@@ -431,7 +431,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
throw new BadRequestException("未查询到该木箱对应的包装关系!");
}
//贴标申请
String print_type = sub_jo.getString("print_type");
String print_type = "1";
if (StrUtil.isEmpty(print_type)) {
throw new BadRequestException("请指定一台打印机进行打印!");
}