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

Commit 87fc550a authored by wangyifan's avatar wangyifan

doudou二期需求-bug修复

parent 41eaffd3
...@@ -139,7 +139,7 @@ public class SweetDoudouServiceImpl extends ServiceImpl<SweetDoudouMapper, Sweet ...@@ -139,7 +139,7 @@ public class SweetDoudouServiceImpl extends ServiceImpl<SweetDoudouMapper, Sweet
log.info("无权核验, authMoible: {}", param.getAuthMobile()); log.info("无权核验, authMoible: {}", param.getAuthMobile());
return ResponseDto.failure(ErrorMapping.get("20003")); return ResponseDto.failure(ErrorMapping.get("20003"));
} }
SweetDouDouVo vo = redisDataUtils.getSweetDouDou(param.getDoudouId(), param.getActiveId()); SweetDouDouVo vo = redisDataUtils.getSweetDouDou(param.getUserId(), param.getActiveId());
if (vo == null) { if (vo == null) {
return ResponseDto.failure(ErrorMapping.get("90091")); return ResponseDto.failure(ErrorMapping.get("90091"));
} }
......
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