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

Commit 581677f3 authored by 张国柄's avatar 张国柄

~api:我的藏品列表分页调整;

~api:我的藏品盲盒开启调整;
parent 9f96d81e
......@@ -105,8 +105,8 @@ public class GoblinUserDigitalArtworkController {
}
} catch (Exception e) {
log.error("开启盲盒异常[artworkId={},uid={}]", artworkId, currentUid);
goblinRedisUtils.del(GoblinRedisConst.USER_DIGITAL_ARTWORK_UNBOX.concat(artworkId));
}
goblinRedisUtils.del(GoblinRedisConst.USER_DIGITAL_ARTWORK_UNBOX.concat(artworkId));
return null == unboxingRstVo ? ResponseDto.failure(ErrorMapping.get("140102")) : ResponseDto.success(unboxingRstVo);
}
}
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