rev:发货任务二次分配新增逻辑判断

This commit is contained in:
2024-07-10 10:32:02 +08:00
parent 0b7f0783e7
commit ab1235c584

View File

@@ -394,6 +394,11 @@ public class SendOutManageServiceImpl implements SendOutManageService {
String point_code4 = "";
// 判断是否已经分配过一次防止acs多次申请
if (ObjectUtil.isEmpty(taskJson.getString("point_code4"))) {
return taskJson.getString("point_code2");
}
// 所有发货区点位
List<SchBasePoint> pointDaoList = ischBasePointService.list(
new QueryWrapper<SchBasePoint>().lambda()