record统一

liweidong
ShiJiuZhou 1 day ago
parent 17e589f6df
commit 08b5c447e6
  1. 2
      blade-service/blade-desk/src/main/java/org/springblade/desk/produce/service/impl/WorkOrderServiceImpl.java

@ -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;
} }

Loading…
Cancel
Save