瀏覽代碼

fix cashout

release_toaliyun_real
xiaohanzi 5 年之前
父節點
當前提交
eeb4fbf830
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 5
- 1
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml 查看文件

@@ -52,10 +52,14 @@
and `create_date` <= #{createDateEnd}
</if>

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

<if test=" null != status ">
and `status` = #{status}
</if>

<if test=" null != statusList ">
and status in
<foreach collection="statusList" index="index" item="statusItem" open="(" separator="," close=")">


Loading…
取消
儲存