Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 11 měsíci
rodič
revize
fa74569b60
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. +0
    -6
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 0
- 6
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml Zobrazit soubor

@@ -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=")">


Načítá se…
Zrušit
Uložit