|
@@ -258,7 +258,7 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
|
|
|
}*/
|
|
|
String month = DateUtil.format(new Date(), DateUtil.ISO_YEAR_MONTH_FORMAT);
|
|
|
studentOperatingVisitDao.deleteByUserId(month);
|
|
|
- List<Student> updateStudentList = studentDao.queryByOperatingTempTag(1);
|
|
|
+ List<Student> updateStudentList = studentDao.queryByOperatingTag(1);
|
|
|
if (!CollectionUtils.isEmpty(updateStudentList)) {
|
|
|
List<Integer> operatingUserIds = updateStudentList.stream().map(e -> e.getUserId()).collect(Collectors.toList());
|
|
|
List<Integer> userIds = studentOperatingVisitDao.queryUserIds(month);
|