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]不能为空"); }