opt:优先取待检区取空载具
This commit is contained in:
@@ -111,10 +111,10 @@ public class AutoSendVehicleToKzj {
|
||||
return;
|
||||
}
|
||||
if (existTask.size() % 2 != 0) {
|
||||
//优先去管制区
|
||||
pointCode1 = getPointCode(task, PackageInfoIvtEnum.TASK_TYPE.code("补空(管制区->空载具缓存位)"));
|
||||
} else {
|
||||
//优先去待检区
|
||||
pointCode1 = getPointCode(task, PackageInfoIvtEnum.TASK_TYPE.code("补空(待检区->空载具缓存位)"));
|
||||
} else {
|
||||
pointCode1 = getPointCode(task, PackageInfoIvtEnum.TASK_TYPE.code("补空(管制区->空载具缓存位)"));
|
||||
}
|
||||
//去待检区或管制区搬运空载具
|
||||
if (pointCode1 != null) {
|
||||
|
||||
Reference in New Issue
Block a user