Commit 5c75afda by Mahjong

专家处理商机,更新预约状态,给客户发送预约成功短信,小程序发送预约成功通知11

parent 03e425e2
...@@ -1829,8 +1829,6 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service. ...@@ -1829,8 +1829,6 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
String mobileNo = pool.getMobile(); String mobileNo = pool.getMobile();
//给客户发送预约短信 //给客户发送预约短信
if (StringUtils.isNotBlank(mobileNo)) { if (StringUtils.isNotBlank(mobileNo)) {
DESTypeHandler jpaCryptoConverter = new DESTypeHandler();
mobileNo = jpaCryptoConverter.decode(mobileNo);
log.error("SFP客户手机号:{}",mobileNo); log.error("SFP客户手机号:{}",mobileNo);
// 发短信 ALI_SMS_CUS_RESERVATION // 发短信 ALI_SMS_CUS_RESERVATION
String templateCode = systemConfigService.getSingleConfigValue("ALI_SMS_CUS_RESERVATION"); String templateCode = systemConfigService.getSingleConfigValue("ALI_SMS_CUS_RESERVATION");
......
...@@ -29,6 +29,6 @@ public class ScheduleTrackVO { ...@@ -29,6 +29,6 @@ public class ScheduleTrackVO {
private String name; private String name;
private String mobileNo; private String mobileNo;
private Integer trackScore; private Integer trackScore;
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd",timezone="GMT+8")
private Date trackTime; private Date trackTime;
} }
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