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