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