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

Commit 4737ca49 authored by 张国柄's avatar 张国柄

opt;

parent 41e4a1e1
......@@ -26,8 +26,8 @@ public class GoblinUserDigitalArtworkInfoVo implements Serializable, Cloneable {
private Integer edition;
@ApiModelProperty(position = 17, value = "藏品NFT ID")
private String nftId;
// @ApiModelProperty(position = 18, value = "NFT系列声明时间")
// private String declareAt;
@ApiModelProperty(position = 18, value = "藏品生成时间[yyyy-MM-dd HH:mm:ss]")
private String generateTime;
@ApiModelProperty(position = 19, value = "获得方式[1-购买|2-兑换|3-赠送|5-受赠]")
private Integer source;
......
......@@ -55,8 +55,7 @@ public class GoblinUserDigitalArtworkServiceImpl implements IGoblinUserDigitalAr
List<String> subList = userDigitalArtworkIds.subList(fromIndex, Math.min(fromIndex + pageSize, cacheSize));
LocalDateTime now = LocalDateTime.now(), toCheckTime = now.minusSeconds(15);
int subSize = subList.size();
for (int i = 0; i < subSize; i++) {
for (int i = 0, subSize = subList.size(); i < subSize; i++) {
GoblinUserDigitalArtworkVo userDigitalArtworkVo = goblinRedisUtils.getUserDigitalArtworkVo(subList.get(i));
if (null != userDigitalArtworkVo) {
GoblinGoodsSkuInfoVo goodsSkuInfoVo = goblinRedisUtils.getGoodsSkuInfoVo(userDigitalArtworkVo.getSkuId());
......
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