Explorar el Código

[交易订单][修改]:交易订单默认排序

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

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

@@ -566,7 +566,7 @@
</where> </where>


<if test=" null != sortColumns"> order by ${sortColumns} </if> <if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns">order by o.id desc</if>
<if test=" null == sortColumns">order by o.create_date desc, o.id desc</if>


</select> </select>


Cargando…
Cancelar
Guardar