rev:发货任务二次分配新增逻辑判断
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user