Explorar el Código

[统计][修改][完善收缴率]

release_toaliyun_real
luozukai hace 7 años
padre
commit
fb5e2fb618
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

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

@@ -296,7 +296,7 @@
order by s.${sortColumn} ${sortOrder}
</if>
<if test="null == sortColumn">
<if test=" null != sortColumns">order by s.${sortColumns}</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</if>
</select>



Cargando…
Cancelar
Guardar