提交 9615c74d authored 作者: 133's avatar 133

[union] 修改信息

上级 0fcb2724
...@@ -131,6 +131,10 @@ ...@@ -131,6 +131,10 @@
<groupId>com.tykj</groupId> <groupId>com.tykj</groupId>
<artifactId>dev-finalcheck</artifactId> <artifactId>dev-finalcheck</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.tykj</groupId>
<artifactId>dev-zxing</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.tykj</groupId> <groupId>com.tykj</groupId>
......
...@@ -437,7 +437,7 @@ public class DeviceUseReportServiceImpl implements DeviceUseReportService { ...@@ -437,7 +437,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论