|
@@ -193,9 +193,9 @@ public class BizAppointmentRecordServiceImpl extends ServiceImpl<BizAppointmentR
|
|
|
bizOrderConfigService.updateById(bizAppointmentTime);
|
|
|
}
|
|
|
|
|
|
- if(StringUtils.equals(bizAppointmentRecord.getStatus(),"3")){
|
|
|
+ /*if(StringUtils.equals(bizAppointmentRecord.getStatus(),"3")){
|
|
|
sendAccount(bizAppointmentRecord,null);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
|
|
|
public void saveRecord(BizAppointmentRecord bizAppointmentRecord){
|
|
@@ -423,9 +423,9 @@ public class BizAppointmentRecordServiceImpl extends ServiceImpl<BizAppointmentR
|
|
|
//this.updateById(bizAppointmentRecord);
|
|
|
this.update(updateWrapper);
|
|
|
|
|
|
- if(StringUtils.equals(status,"3")){
|
|
|
+ /*if(StringUtils.equals(status,"3")){
|
|
|
sendAccount(bizAppointmentRecord,null);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -648,7 +648,7 @@ public class BizAppointmentRecordServiceImpl extends ServiceImpl<BizAppointmentR
|
|
|
|
|
|
|
|
|
/** 发送微信公众号推送消息*/
|
|
|
- public void sendAccount(BizAppointmentRecord bizAppointmentRecord,String accountSwitch){
|
|
|
+ public void sendAccount(BizAppointmentRecord bizAppointmentRecord){
|
|
|
BizUser bizUser = bizUserService.queryEntity(bizAppointmentRecord.getCreateUser());
|
|
|
if(ObjectUtil.isNotEmpty(bizUser.getUnionId())){
|
|
|
log.info("当前用户:"+bizUser.getName()+"存在unionId");
|