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

Commit 7d1a82b9 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev' into test

parents 5c5d7c58 72913282
...@@ -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