1.耗材推送时间
This commit is contained in:
@@ -132,7 +132,7 @@ public class ConsMsgConsumer {
|
||||
tbConsInfo.getStockNumber().subtract(tbConsInfo.getStockConsume()).toBigInteger().intValue(), tbUserShopMsg.getOpenId());
|
||||
if (jsonObject != null) {
|
||||
log.info("写入redis:{}",key);
|
||||
redisUtil.saveMessage(key, "1", 10 * 60);
|
||||
redisUtil.saveMessage(key, "1", 30 * 60);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user