Browse Source

fix

release_toaliyun_real
winter 10 months ago
parent
commit
fa74569b60
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 0
- 6
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml View File

@@ -146,12 +146,6 @@
#{ridItem}
</foreach>
</if>
<if test=" null != statusList ">
and `status` in
<foreach collection="statusList" index="index" item="stItem" open="(" separator="," close=")">
#{stItem}
</foreach>
</if>
<if test=" null != notInIds ">
and id not in
<foreach collection="notInIds" index="index" item="nidItem" open="(" separator="," close=")">


Loading…
Cancel
Save