Merge branch 'b_lms' into master_merge

This commit is contained in:
2024-07-10 10:32:51 +08:00

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()