Procházet zdrojové kódy

Merge branch 'release_toaliyun_real_offline_activity' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_offline_activity

release_toaliyun_real
xiaohu před 1 rokem
rodič
revize
63cdb583e1
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

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

@@ -143,6 +143,12 @@
#{nidItem}
</foreach>
</if>
<if test=" null != ids ">
and id in
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}
</foreach>
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
<if test="null != limitStart and null != limitEnd">
limit #{limitStart},#{limitEnd}


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