Browse Source

fix:[麻精药申请表单]给sd发消息

master
15881625488@163.com 3 weeks ago
parent
commit
5d337e0046
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java

+ 7
- 0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormApplyServiceImpl.java View File

@ -480,6 +480,13 @@ public class StudyFormApplyServiceImpl extends ServiceImpl
studyFormApplyJcgjService.saveJcgj(studyFormApply, JcgjlxEnum.lc.getValue(), "填写并提交记录", JcmcysEnum.green.getValue(), formData, qmr, null, now); studyFormApplyJcgjService.saveJcgj(studyFormApply, JcgjlxEnum.lc.getValue(), "填写并提交记录", JcmcysEnum.green.getValue(), formData, qmr, null, now);
//签名信息 //签名信息
studyFormApplyQmxxService.saveQmxx(now, studyFormApply.getId(), "填写并提交记录", qmr, studyFormApply.getRemark()); studyFormApplyQmxxService.saveQmxx(now, studyFormApply.getId(), "填写并提交记录", qmr, studyFormApply.getRemark());
//发送通知
if(studyFormApply.getSdId()!=null&&studyFormApply.getSdId().longValue()>0){
Study study = studyService.getById(studyFormApply.getStudyId());
String url = getUrlQz(study, "sqbd");
String title = StudyTypeEnum.getEnumByValue(study.getType()).getText() + "【" + study.getName() + "】下领取申请单【" + studyFormApply.getBdmc() + "】填写并提交记录";
noticeService.save(title, studyFormApply.getSdId(), url);
}
} }

Loading…
Cancel
Save