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

Commit fd686c9c authored by zhanggb's avatar zhanggb

Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin

parents 8028267c 6388e944
...@@ -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;
/** /**
......
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
} else { } else {
$('#optionsRadios2').attr('checked', true) $('#optionsRadios2').attr('checked', true)
$('#optionsRadios1').removeAttr('checked') $('#optionsRadios1').removeAttr('checked')
hang = 2
} }
} }
if (hang == data[0].displayType) { if (hang == data[0].displayType) {
......
...@@ -169,12 +169,9 @@ public class GoblinFrontBannerServiceImpl extends ServiceImpl<GoblinFrontBannerM ...@@ -169,12 +169,9 @@ public class GoblinFrontBannerServiceImpl extends ServiceImpl<GoblinFrontBannerM
); );
} }
} }
//redis
redisDataSourceUtil.getRedisGoblinUtil().set(GoblinRedisConst.FRONT_TOP_BANNER,list);
//中部
} }
//redis
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