Commit ba5efe1b0ed68a9b81887e78408cfe6230f9bfcd
1 parent
afd6c2ab
更新优先级
Showing
1 changed file
with
1 additions
and
0 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/api/acs/service/impl/AcsServiceImpl.java
... | ... | @@ -69,6 +69,7 @@ public class AcsServiceImpl implements IAcsService { |
69 | 69 | agvEntity.setContainerCode(agvTask.getContainerCode()); |
70 | 70 | agvEntity.setFromPort(agvTask.getFromPort()); |
71 | 71 | agvEntity.setToPort(agvTask.getToPort()); |
72 | + agvEntity.setPriority(agvTask.getPriority()); | |
72 | 73 | agvEntity.setTaskType(agvTask.getTaskType()); |
73 | 74 | agvEntity.setCreatedBy(agvTask.getCreateBy()); |
74 | 75 | |
... | ... |