| | |
| | | if (StringUtils.isBlank(ruleCode)) { |
| | | throw new CoolException("编码错误:请确认编码「SYS_TASK_CODE」是否已生成!!"); |
| | | } |
| | | |
| | | String staNoEnd = basStation.getStationName(); |
| | | if (basStation.getIsWcs()!=0){ |
| | | staNoEnd = "B102"; |
| | | } |
| | | Task task = new Task(); |
| | | task.setTaskCode(ruleCode) |
| | | .setTaskStatus(TaskStsType.WCS_EXECUTE_IN.id) |
| | |
| | | .setTargLoc(targetLoc) |
| | | .setBarcode(pakin.getBarcode()) |
| | | .setOrgSite(basStation.getStationName()) |
| | | .setTargSite(basStation.getStationName()) |
| | | .setTargSite(staNoEnd) |
| | | .setCreateBy(loginUserId) |
| | | .setUpdateBy(loginUserId); |
| | | |