Sfoglia il codice sorgente

fix

release_toaliyun_real
winter 11 mesi fa
parent
commit
fa74569b60
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. +0
    -6
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 0
- 6
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Vedi 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=")">


Caricamento…
Annulla
Salva