| | |
| | | String name = dataReportingMapper.getUserNameById(map1.get("userId")); |
| | | registrantCountDto.setName2(name); |
| | | } |
| | | ; |
| | | String department = dataReportingMapper.getUserDepartmentById(map1.get("userId")); |
| | | registrantCountDto.setDepartment(department); |
| | | map.put("body", dataReportingMapper.selectRegistrantCountDtoPageList(page, QueryWrappers.queryWrappers(registrantCountDto), registrantCountDto.getStartTime(), registrantCountDto.getEndTime())); |
| | |
| | | .eq(DataReporting::getName, dataReporting.getName()) |
| | | .eq(DataReporting::getAccountConsumption, dataReporting.getAccountConsumption()) |
| | | .eq(DataReporting::getShowNum, dataReporting.getShowNum()) |
| | | .eq(DataReporting::getClick, dataReporting.getClick())); |
| | | .eq(DataReporting::getClick, dataReporting.getClick()) |
| | | .last("limit 1")); |
| | | if (BeanUtil.isNotEmpty(dataReporting1)) { |
| | | dataReporting.setId(dataReporting1.getId()); |
| | | dataReportingMapper.updateById(dataReporting); |