Explorar el Código

fix bug

release_toaliyun_real
winter hace 4 años
padre
commit
57a42e1b5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantShopMapper.xml Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar