Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
server
/
formallProject
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix bug
release_toaliyun_real
winter
hace 4 años
padre
5942e34601
commit
57a42e1b5c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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=")">
#{
i
dItem}
#{
shopI
dItem}
</foreach>
</if>
<if test=" null != sortColumns"> order by ${sortColumns} </if>
Escribir
Vista previa
Cargando…
Cancelar
Guardar