|
|
|
|
|
|
|
|
// 该任务第一次产生问题,通知小程序 |
|
|
// 该任务第一次产生问题,通知小程序 |
|
|
if (CollectionUtil.isNotEmpty(thirstyQuestionFiles) && thirstyQuestionFiles.size() > 0) { |
|
|
if (CollectionUtil.isNotEmpty(thirstyQuestionFiles) && thirstyQuestionFiles.size() > 0) { |
|
|
InspectionFile inspectionFile = thirstyQuestionFiles.get(0); |
|
|
InspectionFile inspectionFile = thirstyQuestionFiles.get(0); |
|
|
QuestionType questionType = questionTypeMap.get(inspectionFile.getQuestionId()); |
|
|
|
|
|
|
|
|
QuestionType questionType = questionTypeMap.get(inspectionFile.getQuestionCode()); |
|
|
noticeWeChatMiniProgramService.notice(inspection, questionType); |
|
|
noticeWeChatMiniProgramService.notice(inspection, questionType); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |