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

Commit aa266aaa authored by GaoHu's avatar GaoHu

exit

parent ed97701a
...@@ -143,7 +143,7 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS ...@@ -143,7 +143,7 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS
//查询redis关联记录 //查询redis关联记录
String sid = goblinRedisUtils.getShare(skuId, uid); String sid = goblinRedisUtils.getShare(skuId, uid);
if (sid!=null) { if (sid!=null) {
return ResponseDto.failure("已开启助力"); return ResponseDto.failure("1","已开启助力",sid);
} else { } else {
//查询sku需要助力人数 //查询sku需要助力人数
//Integer skuIdPeople = goblinRedisUtils.getSharePeopleBySkuId(skuId); //Integer skuIdPeople = goblinRedisUtils.getSharePeopleBySkuId(skuId);
...@@ -180,7 +180,7 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS ...@@ -180,7 +180,7 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS
goblinGoodsAnticipateShareVo.getCreatedDate() goblinGoodsAnticipateShareVo.getCreatedDate()
}); });
sendRedis("goblin_goods_anticipate_share", sqlValue); sendRedis("goblin_goods_anticipate_share", sqlValue);
return ResponseDto.success(sid); return ResponseDto.success(sId);
} }
} }
......
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