Explorar el Código

[日志][修改]:默认倒叙

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
d487755f57
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      mallinkService/src/main/resources/mapper/MallUserActionMapper.xml

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

@@ -96,6 +96,7 @@
</foreach>
</if>
<if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns"> order by mua.`action_time` desc, mua.`id` desc </if>
</sql>
<select id="findListVo" parameterType="com.iformall.domain.vo.MallUserActionVo" resultMap="VoBaseResultMap">


Cargando…
Cancelar
Guardar