Merge remote-tracking branch 'origin/cc_partner_init' into cc_partner_init
This commit is contained in:
@@ -15,6 +15,7 @@ public enum SMSMsgEnum {
|
||||
FIRST_INTERVIEW_REAPPOINTMENT("一次面审重新预约", "", "SMS_465935442"),
|
||||
INTENTION_PAYMENT("意向金待缴费", "", "SMS_465950414"),
|
||||
INTENTION_PAYMENT_FAIL("意向金缴费失败", "", "SMS_465975442"),
|
||||
INTENTION_PAYMENT_PASS("签署意向协议OA审核完成后进入门店体验阶段", "", "SMS_467400057"),
|
||||
INTENTION_PAYMENT_SUCCESS("意向金审核通过", "", "SMS_465885415"),
|
||||
INTENTION_PROTOCOL_FAIL("意向协议审核未通过", "", "SMS_465910434"),
|
||||
SECOND_INTERVIEW_APPOINTMENT("二审面审待预约", "", "SMS_465950416"),
|
||||
|
||||
@@ -149,6 +149,7 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
|
||||
requestMap.put("lineId", String.valueOf(lineInfo.getId()));
|
||||
requestMap.put("partnerMobile", lineInfo.getMobile());
|
||||
commonService.sendMessage(Collections.singletonList(lineInfo.getInvestmentManager()),MessageEnum.MESSAGE_32,requestMap);
|
||||
commonService.sendSms(lineInfo.getMobile(),SMSMsgEnum.INTENTION_PAYMENT_PASS);
|
||||
}
|
||||
//更新auditId
|
||||
SigningBaseInfoDO signingBaseInfoDO = intentAgreementMapper.selectByPartnerIdOrLineId(null, lineInfo.getId());
|
||||
|
||||
Reference in New Issue
Block a user