Commit 776b29f4 authored by zhangyingbin's avatar zhangyingbin

立项流程发短信修改

parent 5127935a
...@@ -258,6 +258,7 @@ public class ProjectInitiationServiceImpl extends BaseService<ProjectInitiationD ...@@ -258,6 +258,7 @@ public class ProjectInitiationServiceImpl extends BaseService<ProjectInitiationD
wrapper.eq(SuperviseRule :: getAdminRegionCode,regionCode); wrapper.eq(SuperviseRule :: getAdminRegionCode,regionCode);
SuperviseRule superviseRule = superviseRuleService.getOne(wrapper); SuperviseRule superviseRule = superviseRuleService.getOne(wrapper);
if (ProjectInitiationEnum.告知申请.getName().equals(taskName) && !ValidationUtil.isEmpty(objectd)) { if (ProjectInitiationEnum.告知申请.getName().equals(taskName) && !ValidationUtil.isEmpty(objectd)) {
object.put("companyName",project.getConstructionUnit());
problemInitiationService.sendSms(object, SMSEnum.项目安装告知申请.getCode()); problemInitiationService.sendSms(object, SMSEnum.项目安装告知申请.getCode());
} }
if (ProjectInitiationEnum.告知申请.getName().equals(taskName) || ProjectInitiationEnum.接受告知.getName().equals(taskName) ) { if (ProjectInitiationEnum.告知申请.getName().equals(taskName) || ProjectInitiationEnum.接受告知.getName().equals(taskName) ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment