自动化立体仓库 - WMS系统
#
LSH
2023-12-28 c13eaced79844b1002a0368964f5944cd9e8c952
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -116,9 +116,9 @@
        if (Cools.isEmpty(param1.getId())) {
            return R.error("单据唯一值[id]不能为空");
        }
        if (Cools.isEmpty(param1.getFormId())) {
            return R.error("单据类型[orderType]不能为空");
        }
//        if (Cools.isEmpty(param1.getFormId())) {
//            return R.error("单据类型[orderType]不能为空");
//        }
        if (Cools.isEmpty(param1.getMatList())) {
            return R.error("单据明细[orderDetails]不能为空");
        }