no message

main
HUOJIN\92525 2025-03-07 09:33:19 +08:00
parent 81dd1f39fe
commit 6a6af5f0d9
2 changed files with 2 additions and 4 deletions

View File

@ -435,7 +435,9 @@ public class BydAppServiceImpl implements BydAppService {
}
/* if (BizStatus.XJ.equals(task.getItemKey().getItem().getGoodType())) {
//一个工单的物料只能放入同一个货架
if (!dstStockCode.equals(pick.getStock())) {
throw new BadRequestException(pick.getGdCode() + "工单只能放入同一个货架! 请放入" + pick.getCode() + "货架!");
}
}*/

View File

@ -274,10 +274,6 @@ public class TaskServiceImpl implements TaskService {
Set<String> endPointList = new HashSet<>(Arrays.asList(pick.getCallPoint().split(",")));
Map<String, Point> pointMap = pointService.findByCodes(endPointList);
/* AgvTask agvTask = agvTaskService.createAgvTask(BizStatus.CALL_PICK, stock, srcPoint.getCode(), endPoint.getCode(), "RACK_MOVE");
agvTask.setLineSlotCode(pick.getCode());
agvTaskService.update(agvTask);*/
List<String> endPoints = getValuesFromMap(endPointList, pointMap);
int taskCount = 0;
for (Task task : taskList) {