瀏覽代碼

检定完善

xiongchao 3 年之前
父節點
當前提交
cdd26a8492

+ 1 - 1
platform-service/src/main/java/com/platform/service/repair/impl/RepairApplicationFormServiceImpl.java

@@ -487,7 +487,7 @@ public class RepairApplicationFormServiceImpl extends BaseServiceImpl<RepairAppl
         String repairUrl = domain + "repair/application/form/check?no=" + applicationForm.getNo();
         SbInfoVO sbInfoVO = sbInfoService.getById(applicationForm.getSbId());
         SpringContextHolder.publishEvent(new WorkplaceBacklogEvent(WorkplaceBacklogTypeEnum.RECEIVE.getValue(), WorkplaceBacklogDetailTypeEnum.REPAIR_EXAMINE.getValue(),
-                applicationForm.getId(), getFreemarkerHtmlContent(repairUrl,BeanConverterUtil.copyObjectProperties(applicationForm, RepairApplicationFormDTO.class), sbInfoVO),
+                applicationForm.getId(), getFreemarkerHtmlContentCheck(repairUrl,BeanConverterUtil.copyObjectProperties(applicationForm, RepairApplicationFormDTO.class), sbInfoVO),
                 applicationForm.getId(), ListUtils.newArrayList(userVO.getUserId()), ListUtils.newArrayList(userVO.getEmail())));}
 
     /**