Browse Source

fix

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

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

@@ -80,7 +80,7 @@
</if> </if>
<if test=" null != begin"> <if test=" null != begin">
and `start_time` &gt;= #{begin}
and `begin_time` &gt;= #{begin}
</if> </if>
<if test=" null != end"> <if test=" null != end">


Loading…
Cancel
Save