Commit 9f198bc6 authored by youjj's avatar youjj

修改出游人信息2

parent ea84f5a5
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);
} }
} }
...@@ -23,7 +23,7 @@ spring: ...@@ -23,7 +23,7 @@ spring:
cloud: cloud:
nacos: nacos:
config: config:
server-addr: 127.0.0.1:8848 server-addr: 10.1.37.192:8848
--- ---
spring: spring:
......
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