|
@@ -587,6 +587,11 @@ public class ZhcxApiServiceImpl implements ZhcxApiService {
|
|
|
zhcxApiDao.saveIp(uuid,clientIp);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public R getTodeyNotice() {
|
|
|
+ return R.ok(zhcxApiDao.getTodeyNotice());
|
|
|
+ }
|
|
|
+
|
|
|
private List<RectifyApiDataDto> processFirstDeptData(List<ZhcxProjectRectifyMachineVo> list, ZhcxProjectManageDo projectManageDo) {
|
|
|
Map<String, List<ZhcxProjectRectifyMachineVo>> groupFirstDeptList = list.stream()
|
|
|
.filter(e -> Objects.nonNull(e.getFirstdeptid()))
|