Commit 7da90764 by lpx

# 商家端 行程分页查询接口优化

parent 5a387cc9
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
INNER JOIN city_three_code ctca ON ctca.id = s.city_arrive_id INNER JOIN city_three_code ctca ON ctca.id = s.city_arrive_id
<where> <where>
s.mc_id = #{mcId} s.mc_id = #{mcId}
s.is_discount = #{mcStrokePageParam.isDiscount} AND s.is_discount = #{mcStrokePageParam.isDiscount}
<if test="mcStrokePageParam.status != null and mcStrokePageParam.status != -1"> <if test="mcStrokePageParam.status != null and mcStrokePageParam.status != -1">
AND s.status = #{mcStrokePageParam.status} AND s.status = #{mcStrokePageParam.status}
</if> </if>
......
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