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

Commit 6388e944 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent bb4e3f03
...@@ -44,7 +44,7 @@ public class GoblinFrontBannerBuildParam implements Serializable { ...@@ -44,7 +44,7 @@ public class GoblinFrontBannerBuildParam implements Serializable {
/** /**
* 1、票务2、H5 * 1、票务2、H5
*/ */
@ApiModelProperty(value = "1、票务2、H5") @ApiModelProperty(value = "1、票务2、H5、3商品")
private String jumpType; private String jumpType;
/** /**
......
...@@ -169,12 +169,9 @@ public class GoblinFrontBannerServiceImpl extends ServiceImpl<GoblinFrontBannerM ...@@ -169,12 +169,9 @@ public class GoblinFrontBannerServiceImpl extends ServiceImpl<GoblinFrontBannerM
); );
} }
} }
}
//redis //redis
redisDataSourceUtil.getRedisGoblinUtil().set(GoblinRedisConst.FRONT_TOP_BANNER,list); redisDataSourceUtil.getRedisGoblinUtil().set(GoblinRedisConst.FRONT_TOP_BANNER,list);
//中部
}
return true; return true;
} }
public boolean middle(){ public boolean middle(){
......
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