|
|
|
@ -2688,7 +2688,7 @@ public class WorkOrderServiceImpl extends BaseServiceImpl<WorkOrderMapper, WorkO |
|
|
|
int totalAllocationMessNum = erpDataLogisticsClient.queryAllocationStatisticsNum(dto).getData(); |
|
|
|
int totalAllocationMessNum = erpDataLogisticsClient.queryAllocationStatisticsNum(dto).getData(); |
|
|
|
Map<String,Object> result = new HashMap<>(3); |
|
|
|
Map<String,Object> result = new HashMap<>(3); |
|
|
|
result.put("current",dto.getCurrent()); |
|
|
|
result.put("current",dto.getCurrent()); |
|
|
|
result.put("record",allocationMessList); |
|
|
|
result.put("records",allocationMessList); |
|
|
|
result.put("total",totalAllocationMessNum); |
|
|
|
result.put("total",totalAllocationMessNum); |
|
|
|
return result; |
|
|
|
return result; |
|
|
|
} |
|
|
|
} |
|
|
|
|