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

Commit 71da4156 authored by GaoHu's avatar GaoHu

BUG:MIX组合购用户保存预约

parent 48a1f9ef
......@@ -2597,7 +2597,7 @@ public class GoblinRedisUtils {
//保存用户预约
public void setReserveMixByUid(GoblinMixReserveVo goblinMixReserveVo) {
String rdk = GoblinRedisConst.GOBLIN_MIX_RESERVE_UID.concat(goblinMixReserveVo.getMixId()).concat(":").concat(goblinMixReserveVo.getUid());
redisUtil.set(rdk,1);
redisUtil.set(rdk,goblinMixReserveVo);
}
//根据用户uid和混合mixId查询用户预约
......
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