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
9f198bc6
Commit
9f198bc6
authored
Jun 08, 2019
by
youjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改出游人信息2
parent
ea84f5a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
TourTagService.java
...n/java/com/xxfc/platform/tour/service/TourTagService.java
+4
-0
bootstrap.yml
xx-tour/xx-tour-server/src/main/resources/bootstrap.yml
+1
-1
No files found.
xx-tour/xx-tour-server/src/main/java/com/xxfc/platform/tour/service/TourTagService.java
View file @
9f198bc6
package
com
.
xxfc
.
platform
.
tour
.
service
;
package
com
.
xxfc
.
platform
.
tour
.
service
;
import
com.github.pagehelper.PageInfo
;
import
com.xxfc.platform.tour.biz.TourTagBiz
;
import
com.xxfc.platform.tour.biz.TourTagBiz
;
import
com.xxfc.platform.tour.entity.TourTag
;
import
com.xxfc.platform.tour.entity.TourTag
;
import
com.xxfc.platform.tour.mapper.TourTagMapper
;
import
com.xxfc.platform.tour.mapper.TourTagMapper
;
...
@@ -7,6 +8,7 @@ import org.springframework.beans.factory.annotation.Autowired;
...
@@ -7,6 +8,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import
org.springframework.data.redis.core.RedisTemplate
;
import
org.springframework.data.redis.core.RedisTemplate
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
java.awt.print.Pageable
;
import
java.util.List
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.Map
;
...
@@ -47,6 +49,8 @@ public class TourTagService {
...
@@ -47,6 +49,8 @@ public class TourTagService {
public
List
<
TourTag
>
findAll
(
Map
map
)
{
public
List
<
TourTag
>
findAll
(
Map
map
)
{
TourTag
tagBanner
=
new
TourTag
();
TourTag
tagBanner
=
new
TourTag
();
tagBanner
.
setIsDel
(
0
);
tagBanner
.
setIsDel
(
0
);
return
tagMapper
.
findAllByIsDel
(
tagBanner
);
return
tagMapper
.
findAllByIsDel
(
tagBanner
);
}
}
}
}
xx-tour/xx-tour-server/src/main/resources/bootstrap.yml
View file @
9f198bc6
...
@@ -23,7 +23,7 @@ spring:
...
@@ -23,7 +23,7 @@ spring:
cloud
:
cloud
:
nacos
:
nacos
:
config
:
config
:
server-addr
:
1
27.0.0.1
:8848
server-addr
:
1
0.1.37.192
:8848
---
---
spring
:
spring
:
...
...
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