Przeglądaj źródła

fix bug

release_toaliyun_real
winter 4 lat temu
rodzic
commit
57a42e1b5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml Wyświetl plik

@@ -65,7 +65,7 @@
<if test=" null != shopIdList ">
and shop_id in
<foreach collection="shopIdList" index="index" item="shopIdItem" open="(" separator="," close=")">
#{idItem}
#{shopIdItem}
</foreach>
</if>
<if test=" null != sortColumns"> order by ${sortColumns} </if>


Ładowanie…
Anuluj
Zapisz