提交 2631ae94 authored 作者: 133's avatar 133

[使用情况] 清退提交

上级 a17c0e98
...@@ -199,7 +199,7 @@ public class DeviceUseReportServiceImpl implements DeviceUseReportService { ...@@ -199,7 +199,7 @@ public class DeviceUseReportServiceImpl implements DeviceUseReportService {
//累加入库数量 //累加入库数量
if (allotBillEntities.size() > 0) { if (allotBillEntities.size() > 0) {
for (AllotBill s : allotBillEntities) { for (AllotBill s : allotBillEntities) {
inLibraryNum = inLibraryNum + s.getReceiveCount(); // inLibraryNum = inLibraryNum + s.getReceiveCount();
} }
} }
//累加配发数量 //累加配发数量
...@@ -241,7 +241,7 @@ public class DeviceUseReportServiceImpl implements DeviceUseReportService { ...@@ -241,7 +241,7 @@ public class DeviceUseReportServiceImpl implements DeviceUseReportService {
//筛选出清退账单 //筛选出清退账单
RepelManagementVo repelManagementVo=new RepelManagementVo(); RepelManagementVo repelManagementVo=new RepelManagementVo();
repelManagementVo.setUnitName(userUtils.getCurrentUserUnitName()); repelManagementVo.setUnitId(userUtils.getCurrentUnitId());
repelManagementVo.setPage(0); repelManagementVo.setPage(0);
repelManagementVo.setSize(2); repelManagementVo.setSize(2);
repelManagementVo.setTime(deviceUseReportCreateVo.startTime.getTime()); repelManagementVo.setTime(deviceUseReportCreateVo.startTime.getTime());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论