Browse Source

班级类型考核消息推送调整

dzx 1 month ago
parent
commit
10b8ae0521

+ 2 - 2
src/main/java/com/xjrsoft/module/student/service/impl/BaseStudentAssessmentInspectionServiceImpl.java

@@ -763,8 +763,8 @@ public class BaseStudentAssessmentInspectionServiceImpl extends MPJBaseServiceIm
             weChatSendMessageDto.setMsgId(IdUtil.getSnowflakeNextId() + "");
             weChatSendMessageDto.setUrl(StrUtil.format("{}pages/student/mentinspection/index", commonPropertiesConfig.getDomainApp()));
             JSONObject data = new JSONObject();
-            String thing4 = "";
-            String thing1 = "";
+            String thing4 = "";
+            String thing1 = "";
             if(AssessmentTypeEnum.CLASS.getCode().equals(inspection.getAssessmentType())){
                 data.put("const3", new JSONObject() {{
                     put("value", AssessmentTypeEnum.CLASS.getValue());