Commit 0f34d2b4 by 吕明尚

更改订单前15分钟短发送失败的问题

parent 76553aef
......@@ -122,7 +122,7 @@ public class RedisTask {
if (expire < FIFTEEN_MINUTES && expire > FOURTEEN_MINUTES) {
//语音
getResult(o, jsonObject, VoiceEnum.RENEWAL_REMINDER1.getCode());
SOrder byOrderNo = orderService.getByOrderNo(String.valueOf(o));
SOrder byOrderNo = orderService.getByOrderNo(jsonObject.getStr("orderNo"));
SStore sStore = storeService.getById(byOrderNo.getStoreId());
SRoom sRoom = roomService.getById(byOrderNo.getRoomId());
smsService.sendSmsOrderEndRemind(byOrderNo.getConsumerPhone(), sStore, sRoom);
......
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