Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
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
youjj
cloud-platform
Commits
2226ba99
Commit
2226ba99
authored
Oct 07, 2020
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
91ccc385
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Banner.java
...pi/src/main/java/com/xxfc/platform/app/entity/Banner.java
+1
-1
VehiclePlatCataMapper.xml
...erver/src/main/resources/mapper/VehiclePlatCataMapper.xml
+1
-1
No files found.
xx-app/xx-app-api/src/main/java/com/xxfc/platform/app/entity/Banner.java
View file @
2226ba99
...
@@ -110,7 +110,7 @@ public class Banner {
...
@@ -110,7 +110,7 @@ public class Banner {
private
Integer
type
;
private
Integer
type
;
/**
/**
* 位置 banner位置0
所有 1:推荐 2:拍拍 3:短视频 4:问答
* 位置 banner位置0
:所有 1:首页 2:房车主页 3:机车主页 4:游艇主页
*/
*/
private
Integer
location
;
private
Integer
location
;
...
...
xx-vehicle/xx-vehicle-server/src/main/resources/mapper/VehiclePlatCataMapper.xml
View file @
2226ba99
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<insert
id=
"addPlatCataList"
parameterType=
"java.util.List"
>
<insert
id=
"addPlatCataList"
parameterType=
"java.util.List"
>
insert into vehicle_plat_cata (
insert into vehicle_plat_cata (
parent_id,name,icon,depict,rank,level,state,crt_time,upd_time,is
M
ore,start_using
parent_id,name,icon,depict,rank,level,state,crt_time,upd_time,is
_m
ore,start_using
) VALUES
) VALUES
<foreach
collection =
"vpclist"
item=
"vpc"
index=
"index"
separator =
","
>
<foreach
collection =
"vpclist"
item=
"vpc"
index=
"index"
separator =
","
>
<if
test=
"vpc.state == 0"
>
<if
test=
"vpc.state == 0"
>
...
...
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