Commit 7c4489cb by 吕明尚

修改查询

parent bbea40c8
...@@ -90,7 +90,6 @@ ...@@ -90,7 +90,6 @@
<if test="monthlyCardAmount != null ">and o.monthly_card_amount = #{monthlyCardAmount}</if> <if test="monthlyCardAmount != null ">and o.monthly_card_amount = #{monthlyCardAmount}</if>
<if test="monthlyCardConfId != null ">and o.monthly_card_conf_id = #{monthlyCardConfId}</if> <if test="monthlyCardConfId != null ">and o.monthly_card_conf_id = #{monthlyCardConfId}</if>
<if test="consumerId != null ">and o.consumer_id = #{consumerId}</if> <if test="consumerId != null ">and o.consumer_id = #{consumerId}</if>
<if test="phone != null and phone != ''">and o.phone = #{phone}</if>
<if test="payType != null ">and o.pay_type = #{payType}</if> <if test="payType != null ">and o.pay_type = #{payType}</if>
<if test="payStatus != null ">and o.pay_status = #{payStatus}</if> <if test="payStatus != null ">and o.pay_status = #{payStatus}</if>
<if test="payTime != null ">and o.pay_time = #{payTime}</if> <if test="payTime != null ">and o.pay_time = #{payTime}</if>
......
...@@ -89,7 +89,6 @@ ...@@ -89,7 +89,6 @@
<if test="secondaryCardAmount != null ">and o.secondary_card_amount = #{secondaryCardAmount}</if> <if test="secondaryCardAmount != null ">and o.secondary_card_amount = #{secondaryCardAmount}</if>
<if test="secondaryCardConfId != null ">and o.secondary_card_conf_id = #{secondaryCardConfId}</if> <if test="secondaryCardConfId != null ">and o.secondary_card_conf_id = #{secondaryCardConfId}</if>
<if test="consumerId != null ">and o.consumer_id = #{consumerId}</if> <if test="consumerId != null ">and o.consumer_id = #{consumerId}</if>
<if test="phone != null and phone != ''">and o.phone = #{phone}</if>
<if test="payType != null ">and o.pay_type = #{payType}</if> <if test="payType != null ">and o.pay_type = #{payType}</if>
<if test="payStatus != null ">and o.pay_status = #{payStatus}</if> <if test="payStatus != null ">and o.pay_status = #{payStatus}</if>
<if test="payTime != null ">and o.pay_time = #{payTime}</if> <if test="payTime != null ">and o.pay_time = #{payTime}</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