src/main/java/com/zy/asrs/controller/BasCrnpController.java
@@ -128,7 +128,7 @@ if (split.length!=basCrnpParam.getLocMastDemoCount()){ return R.error("输入测试库位列表数量不匹配").add("输入测试库位列表数量不匹配"); } basCrnpParam.setLocMastDemo(String.join(";", split)); basCrnpParam.setLocMastDemoList(new ArrayList<>(Arrays.asList(split))); } if (Cools.isEmpty(basCrnpParam.getStaOutDemo())){