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
ceshi
release_toaliyun_real
xhxu
hace 5 años
padre
c82cd5c30e
commit
28efb0cdec
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
mallinkService/src/main/resources/mapper/WxShopMapper.xml
+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml
Ver fichero
@@ -255,7 +255,7 @@
left join wx_mall_floor f on s.floor=f.id
where s.is_del=0
<if test=" null != id ">
<
!--<
if test=" null != id ">
and s.`id` = #{id}
</if>
@@ -283,7 +283,7 @@
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns">order by ${sortColumns}</if>
</if>
</if>
-->
</select>
Escribir
Vista previa
Cargando…
Cancelar
Guardar