|
@@ -233,7 +233,9 @@ public class SmsTemplateServiceImpl extends AbstractServiceImpl<ISmsTemplateDao,
|
|
|
queryWrapper.eq("business_no", businessNo);
|
|
queryWrapper.eq("business_no", businessNo);
|
|
|
ContractOrderEntity orderEntity = contractOrderMapper.selectOne(queryWrapper);
|
|
ContractOrderEntity orderEntity = contractOrderMapper.selectOne(queryWrapper);
|
|
|
List<String> param = new ArrayList<String>();
|
|
List<String> param = new ArrayList<String>();
|
|
|
- param.add(orderEntity.getCustomerName());
|
|
|
|
|
|
|
+ if(orderType==1) {
|
|
|
|
|
+ param.add(orderEntity.getCustomerName());
|
|
|
|
|
+ }
|
|
|
param.add(orderEntity.getConsultNo());
|
|
param.add(orderEntity.getConsultNo());
|
|
|
Set<String> phone = userDao.queryPhone(orderEntity.getBankId(), notaryName);
|
|
Set<String> phone = userDao.queryPhone(orderEntity.getBankId(), notaryName);
|
|
|
SmsSendVo smsSend = new SmsSendVo();
|
|
SmsSendVo smsSend = new SmsSendVo();
|