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