记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
fd686c9c
Commit
fd686c9c
authored
Jan 24, 2022
by
zhanggb
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin
parents
8028267c
6388e944
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
GoblinFrontBannerBuildParam.java
...net/service/goblin/param/GoblinFrontBannerBuildParam.java
+1
-1
kingArea.html
.../resources/templates/zhengzai/store/homeSet/kingArea.html
+1
-0
GoblinFrontBannerServiceImpl.java
...zai/goblin/service/impl/GoblinFrontBannerServiceImpl.java
+2
-5
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/param/GoblinFrontBannerBuildParam.java
View file @
fd686c9c
...
@@ -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
;
/**
/**
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/kingArea.html
View file @
fd686c9c
...
@@ -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
)
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/goblin/service/impl/GoblinFrontBannerServiceImpl.java
View file @
fd686c9c
...
@@ -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
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment