| | |
| | | import com.zy.asrs.entity.BasCrnp; |
| | | import com.zy.asrs.entity.param.BasCrnpParam; |
| | | import com.zy.asrs.service.BasCrnpService; |
| | | import com.zy.asrs.service.impl.LocMastServiceImpl; |
| | | import com.zy.asrs.utils.CodeDetectionUtil; |
| | | import com.zy.common.web.BaseController; |
| | | import com.zy.core.CrnThread; |
| | | import com.zy.core.cache.CrnErrCache; |
| | |
| | | return R.error("输入测试库位列表数量不匹配").add("输入测试库位列表数量不匹配"); |
| | | } |
| | | basCrnpParam.setLocMastDemoList(new ArrayList<>(Arrays.asList(split))); |
| | | for (String locNo : basCrnpParam.getLocMastDemoList()){ |
| | | boolean locNoDetection = CodeDetectionUtil.locNoDetection(locNo); |
| | | if (!locNoDetection){ |
| | | return R.error("输入测试库位异常").add("输入测试库位异常"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | if (Cools.isEmpty(basCrnpParam.getStaOutDemo())){ |