学生资助、学生奖惩、学籍异动内容修改
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user