|
|
@@ -73,7 +73,7 @@ public class UserOperationPageLogServiceImpl implements UserOperationPageLogServ
|
|
73
|
73
|
.doWrite(this.getData(param));
|
|
74
|
74
|
|
|
75
|
75
|
} catch (IOException e) {
|
|
76
|
|
- log.error("摄像头管理导出异常:{}", e);
|
|
|
76
|
+ log.error("用户访问日志导出异常:{}", e);
|
|
77
|
77
|
throw new RuntimeException(e);
|
|
78
|
78
|
}
|
|
79
|
79
|
}
|
|
|
@@ -83,6 +83,7 @@ public class UserOperationPageLogServiceImpl implements UserOperationPageLogServ
|
|
83
|
83
|
List<UserOperationPageLogVO> list = new ArrayList<>();
|
|
84
|
84
|
pageList.forEach(userLoginLog -> {
|
|
85
|
85
|
UserOperationPageLogVO logVO = new UserOperationPageLogVO();
|
|
|
86
|
+ logVO.setXtmc("天津市智能粮库业务平台");
|
|
86
|
87
|
BeanUtils.copyProperties(userLoginLog, logVO);
|
|
87
|
88
|
list.add(logVO);
|
|
88
|
89
|
});
|