记得上下班打卡 | git大法好,push需谨慎

Commit 4321bf58 authored by GaoHu's avatar GaoHu

用户查询修改

parent 8f79aba7
...@@ -193,6 +193,8 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc ...@@ -193,6 +193,8 @@ public class SmileShowServiceImpl extends ServiceImpl<SmileSchoolMapper, SmileSc
List<ShowTicketVo> showTicketVoList = new ArrayList<>(); List<ShowTicketVo> showTicketVoList = new ArrayList<>();
List<SmileAgent> smileAgents = getSmileAgentsByProId(performancesId); List<SmileAgent> smileAgents = getSmileAgentsByProId(performancesId);
Map<String, SmileAgent> map = getSmileAgentMap(smileAgents); Map<String, SmileAgent> map = getSmileAgentMap(smileAgents);
//代理票的id
List<String> ticketsIdList = smileAgents.stream().map(SmileAgent::getTicketId).collect(Collectors.toList()); List<String> ticketsIdList = smileAgents.stream().map(SmileAgent::getTicketId).collect(Collectors.toList());
//根据票提IDs查询票信息 //根据票提IDs查询票信息
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
FROM FROM
smile_user smile_user
<where> <where>
state = 0 AND del_tag = 0 AND del_tag = 0 AND
`type` != 1 AND `type` != 2 AND `type` != 4 `type` != 1 AND `type` != 2 AND `type` != 4
<if test="phone!=''"> <if test="phone!=''">
AND phone like concat('%',#{phone},'%') AND phone like concat('%',#{phone},'%')
......
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