This commit is contained in:
loujf
2022-09-12 13:20:49 +08:00
parent 841400a63e
commit 598e0b84cb
4 changed files with 127 additions and 58 deletions

View File

@@ -120,7 +120,7 @@ public class SendEmptyVehicleTask extends AbstractAcsTask {
//假如起点是KTPHCW3就需要送到堆叠位
if (StrUtil.equals(start_point_code, "KTPDDW3")) {
WQLObject point_table = WQLObject.getWQLObject("sch_base_point");
JSONArray pointArr = point_table.query("area_type='" + AreaEnum.KTTHCQ + "'").getResultJSONArray(0);
JSONArray pointArr = point_table.query("area_type='" + AreaEnum.KTTHCQ.getCode() + "'").getResultJSONArray(0);
//更新点位
PointUpdateUtil.updatePoint(pointArr);
//查询有没有空的点位