提交 7014c0f4 作者: 刘明祎-运维用途

修改发短信位置

上级 5cc5409f
流水线 #7111 已通过 于阶段
in 2 分 9 秒
...@@ -223,13 +223,12 @@ public class CooperationServiceImpl implements CooperationService { ...@@ -223,13 +223,12 @@ public class CooperationServiceImpl implements CooperationService {
// 生成账号失败处理 // 生成账号失败处理
throw new BizException(ResultEnum.COOPERATION_CHECK_NOT_PASS_ERROR); throw new BizException(ResultEnum.COOPERATION_CHECK_NOT_PASS_ERROR);
} }
SmsUtil.sendPassCooperationApply(bUserAccountVO.getPhoneNum());
//如果加盟商是培训机构还要生成这个培训机构的基本信息 //如果加盟商是培训机构还要生成这个培训机构的基本信息
if(userApplyTag.getCooperationTagId() == 4) { if(userApplyTag.getCooperationTagId() == 4) {
log.info("飞手培训机构信息 =====》,{}",userApplyTag.getCompanyInfoDO()); log.info("飞手培训机构信息 =====》,{}",userApplyTag.getCompanyInfoDO());
return imsClient.insertOrganizations(userApplyTag.getCompanyInfoDO(),token,bUserAccountVO.getId()); return imsClient.insertOrganizations(userApplyTag.getCompanyInfoDO(),token,bUserAccountVO.getId());
} }
SmsUtil.sendPassCooperationApply(bUserAccountVO.getPhoneNum());
} else { } else {
SmsUtil.sendNotPassCooperationApply(account.getPhoneNum()); SmsUtil.sendNotPassCooperationApply(account.getPhoneNum());
cooperationDao.updateApplyTagStatus(id, 2); cooperationDao.updateApplyTagStatus(id, 2);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论