Merge branch 'b_lms' into master_merge
This commit is contained in:
@@ -394,6 +394,11 @@ public class SendOutManageServiceImpl implements SendOutManageService {
|
|||||||
|
|
||||||
String point_code4 = "";
|
String point_code4 = "";
|
||||||
|
|
||||||
|
// 判断是否已经分配过一次(防止acs多次申请)
|
||||||
|
if (ObjectUtil.isEmpty(taskJson.getString("point_code4"))) {
|
||||||
|
return taskJson.getString("point_code2");
|
||||||
|
}
|
||||||
|
|
||||||
// 所有发货区点位
|
// 所有发货区点位
|
||||||
List<SchBasePoint> pointDaoList = ischBasePointService.list(
|
List<SchBasePoint> pointDaoList = ischBasePointService.list(
|
||||||
new QueryWrapper<SchBasePoint>().lambda()
|
new QueryWrapper<SchBasePoint>().lambda()
|
||||||
|
|||||||
Reference in New Issue
Block a user