Browse Source

fix cashout

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
d378f0e47a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml View File

@@ -51,6 +51,10 @@
<if test=" null != createDateEnd">
and `create_date` &lt;= #{createDateEnd}
</if>
<if test=" null != merchantId">
and `merchant_id` = #{merchantId}
</if>

<if test=" null != merchantName ">
and `merchant_name` like concat('%', #{merchantName},'%')


Loading…
Cancel
Save