学生资助、学生奖惩、学籍异动内容修改

This commit is contained in:
2025-12-03 10:00:14 +08:00
parent 310bedb4b5
commit f8b635f060
54 changed files with 518 additions and 389 deletions

View File

@@ -147,7 +147,7 @@ public class SurItineraryServiceImpl extends ServiceImpl<SurItineraryMapper, Sur
int batchSize = 900;
SurSurvey surSurvey = surSurveyMapper.selectById(param.surveyId);
String msg = "你还未填写" + surSurvey.getSurveyName()
+ "去向调查,请<a href=\"http://zhxg.gxsdxy.cn/wab/#/pages/sub/StuApply\">点击前往</a>填写";
+ "去向调查,请<a href=\"https://zhxg.gxsdxy.cn/wab/#/pages/sub/StuApply\">点击前往</a>填写";
// List<String> test = new ArrayList<>();
// test.add("20240116");
@@ -245,7 +245,7 @@ public class SurItineraryServiceImpl extends ServiceImpl<SurItineraryMapper, Sur
int batchSize = 900;
SurSurvey surSurvey = surSurveyMapper.selectById(param.surveyId);
String msg = "你还未填写" + surSurvey.getSurveyName()
+ "去向调查,请<a href=\\\"http://zhxg.gxsdxy.cn/wab/#/pages/sub/StuApply\\\">点击前往</a>填写";
+ "去向调查,请<a href=\\\"https://zhxg.gxsdxy.cn/wab/#/pages/sub/StuApply\\\">点击前往</a>填写";
for (int i = 0; i < notStuNos.size(); i += batchSize) {
List<String> batch = notStuNos.subList(i, Math.min(i + batchSize, stuNos.size()));