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

Commit 2824dfec authored by anjiabin's avatar anjiabin

修改演出订单查询

parent 8d9bf58a
...@@ -130,8 +130,8 @@ ...@@ -130,8 +130,8 @@
<if test="userId != null and userId != ''">and kot.user_id = #{userId}</if> <if test="userId != null and userId != ''">and kot.user_id = #{userId}</if>
<if test="userName != null and userName != ''">and kot.user_name like concat('%', #{userName}, '%')</if> <if test="userName != null and userName != ''">and kot.user_name like concat('%', #{userName}, '%')</if>
<if test="userMobile != null and userMobile != ''">and kot.user_mobile = #{userMobile}</if> <if test="userMobile != null and userMobile != ''">and kot.user_mobile = #{userMobile}</if>
<if test="performanceTitle != null and performanceTitle != ''">and kot.performance_title = <if test="performanceTitle != null and performanceTitle != ''">
#{performanceTitle} and kot.performance_title like concat('%', #{performanceTitle}, '%')
</if> </if>
<if test="orderCode != null and orderCode != ''">and kot.order_code = #{orderCode}</if> <if test="orderCode != null and orderCode != ''">and kot.order_code = #{orderCode}</if>
<if test="payCode != null and payCode != ''">and kot.pay_code = #{payCode}</if> <if test="payCode != null and payCode != ''">and kot.pay_code = #{payCode}</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