Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
O
on-site-service
Project
Project
Details
Activity
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
external
on-site-service
Commits
c5e440c3
Commit
c5e440c3
authored
Aug 10, 2022
by
shangtx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 服务管理增加首页展示字段
parent
41688b83
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ServiceItemVO.java
...teservice/admin/controller/category/vo/ServiceItemVO.java
+2
-0
ServiceSubclassBizMapper.xml
...ain/resources/mapper/service/ServiceSubclassBizMapper.xml
+1
-0
No files found.
admin/src/main/java/com/onsiteservice/admin/controller/category/vo/ServiceItemVO.java
View file @
c5e440c3
...
@@ -23,6 +23,8 @@ public class ServiceItemVO {
...
@@ -23,6 +23,8 @@ public class ServiceItemVO {
private
Boolean
enabled
;
private
Boolean
enabled
;
private
Boolean
showInHome
;
private
Integer
type
=
2
;
private
Integer
type
=
2
;
private
String
key
;
private
String
key
;
...
...
admin/src/main/resources/mapper/service/ServiceSubclassBizMapper.xml
View file @
c5e440c3
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
t.sequence,
t.sequence,
t.img,
t.img,
t.enabled,
t.enabled,
t.show_in_home,
concat(t.category_id, '-', t.id) `key`
concat(t.category_id, '-', t.id) `key`
from service_subclass t
from service_subclass t
<where>
<where>
...
...
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