mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
bugfix 微信启动充电会推送两次启动充电消息
This commit is contained in:
@@ -633,11 +633,11 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
orderInfo.setChargeStartTime(new Date());
|
||||
}
|
||||
updateOrderBasicInfo(orderInfo);
|
||||
// 判断是否要向小程序发送通知
|
||||
if (StringUtils.isNotEmpty(orderInfo.getMemberId())){
|
||||
// 发送小程序通知
|
||||
wxAppletRemoteService.startChargingSendMsg(orderInfo);
|
||||
}
|
||||
// // 判断是否要向小程序发送通知
|
||||
// if (StringUtils.isNotEmpty(orderInfo.getMemberId())){
|
||||
// // 发送小程序通知
|
||||
// wxAppletRemoteService.startChargingSendMsg(orderInfo);
|
||||
// }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user