记得上下班打卡 | git大法好,push需谨慎

Commit 01bfe70c authored by 胡佳晨's avatar 胡佳晨

sweet 添加 入库

parent 33ec3506
...@@ -299,7 +299,7 @@ public class RedisDataUtils { ...@@ -299,7 +299,7 @@ public class RedisDataUtils {
} }
// 小程序演出提醒 // 小程序演出提醒
public void setSweetRemind(String openId, String unionId, String performancesId, KylinPerformanceVo performanceInfo) { public void setSweetRemind(String openId, String unionId, String performancesId) {
String redisKey = SweetConstant.REDIS_KEY_SWEET_REMIND.concat(unionId); String redisKey = SweetConstant.REDIS_KEY_SWEET_REMIND.concat(unionId);
SweetRemindVo sweetRemindVo = SweetRemindVo.getNew(); SweetRemindVo sweetRemindVo = SweetRemindVo.getNew();
sweetRemindVo.setCreatedAt(DateUtil.getNowTime()); sweetRemindVo.setCreatedAt(DateUtil.getNowTime());
......
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