소스 검색

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

dzx 9 달 전
부모
커밋
10b8ae0521
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/xjrsoft/module/student/service/impl/BaseStudentAssessmentInspectionServiceImpl.java

+ 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());