fix(出库任务): 修改出库任务逻辑
This commit is contained in:
parent
7810dc37ad
commit
5f346e6f85
|
|
@ -216,8 +216,8 @@ public class JobComponent extends BaseController {
|
||||||
Location beforLocationsQuery = new Location();
|
Location beforLocationsQuery = new Location();
|
||||||
// logger.info("{},{},{},{},{}",thisLocation.getAreaId(),thisLocation.getQueue(),thisLocation.getLine(),thisLocation.getLayer(),depth);
|
// logger.info("{},{},{},{},{}",thisLocation.getAreaId(),thisLocation.getQueue(),thisLocation.getLine(),thisLocation.getLayer(),depth);
|
||||||
beforLocationsQuery.setAreaId(thisLocation.getAreaId());
|
beforLocationsQuery.setAreaId(thisLocation.getAreaId());
|
||||||
//beforLocationsQuery.setQueue(thisLocation.getQueue());
|
beforLocationsQuery.setTunnelId(thisLocation.getTunnelId());
|
||||||
beforLocationsQuery.setLine(thisLocation.getLine());
|
beforLocationsQuery.setQueue(thisLocation.getQueue());
|
||||||
beforLocationsQuery.setLayer(thisLocation.getLayer());
|
beforLocationsQuery.setLayer(thisLocation.getLayer());
|
||||||
beforLocationsQuery.setLocationType(1);
|
beforLocationsQuery.setLocationType(1);
|
||||||
beforLocationsQuery.setDepth(depth);
|
beforLocationsQuery.setDepth(depth);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user