Commit d672ee33 by lanpingxiong

Merge branch 'dev/lanpingxiong' into 'master'

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

See merge request hewei/Jumeirah!76
parents ad6498e8 7da90764
......@@ -192,7 +192,7 @@
INNER JOIN city_three_code ctca ON ctca.id = s.city_arrive_id
<where>
s.mc_id = #{mcId}
s.is_discount = #{mcStrokePageParam.isDiscount}
AND s.is_discount = #{mcStrokePageParam.isDiscount}
<if test="mcStrokePageParam.status != null and mcStrokePageParam.status != -1">
AND s.status = #{mcStrokePageParam.status}
</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