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