Commit 33d4b957 authored by shiyu's avatar shiyu

Merge branch 'quanku_2.9' into quanku_2.9.1

parents 268f74cb 8892b22b
...@@ -146,7 +146,7 @@ public class AutoSendMsgJob { ...@@ -146,7 +146,7 @@ public class AutoSendMsgJob {
String msg = "您出过价的拍品" + supplierItem.getName() + ",将在1小时内结束,请前往"+ url + "查看"; String msg = "您出过价的拍品" + supplierItem.getName() + ",将在1小时内结束,请前往"+ url + "查看";
aliSmsSender.sendSms(userId, msg); aliSmsSender.sendSms(userId, msg);
logger.info("================商品id:{}, 将在1小时内结束,提醒短信发送成功 ==============", supplierItem.getId()); logger.info("================商品id:{}, 将在1小时内结束,提醒短信发送成功 ==============", supplierItem.getId());
redisUtils.set(abortEndKey, itemId, 3600); redisUtils.set(abortEndKey, itemId, 3600 * 2);
} }
} }
} }
......
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