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

Commit 7ad719fc authored by 张国柄's avatar 张国柄

暂时去除券查询降级MySql逻辑;

parent a5d141ad
...@@ -40,7 +40,7 @@ public class RedisDataUtils { ...@@ -40,7 +40,7 @@ public class RedisDataUtils {
List<CandyCommonCouponBasicDto> pubDto; List<CandyCommonCouponBasicDto> pubDto;
if (obj == null) { if (obj == null) {
//降级 //降级
userDto = new ArrayList(); // userDto = new ArrayList();
// ResponseDto<Object> responseDto = feignPlatformCandyDemoteClient.queryForUserCouponBasicDto(uid); // ResponseDto<Object> responseDto = feignPlatformCandyDemoteClient.queryForUserCouponBasicDto(uid);
// if (responseDto.isSuccess()) { // if (responseDto.isSuccess()) {
// userDto = (List<CandyUserCouponBasicDto>) responseDto.getData(); // userDto = (List<CandyUserCouponBasicDto>) responseDto.getData();
......
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