Browse Source

fix

release_toaliyun_real
winter 2 years ago
parent
commit
c2d1084214
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxSettleMerchantMapper.xml View File

@@ -80,11 +80,11 @@
</if>
<if test=" null != begin">
and `begin_time` &lt;= #{begin}
and `begin_time` &gt;= #{begin}
</if>
<if test=" null != end">
and `end_time` &gt;= #{end}
and `end_time` &lt;= #{end}
</if>
<if test=" null != merchantName and merchantName != '' ">


Loading…
Cancel
Save