Explorar el Código

[BUG][修复]:小程序营销数据排序问题

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

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

@@ -143,6 +143,7 @@
<if test="couponTitle != null">
and view_coupon_data.couponTitle like concat('%', #{couponTitle},'%')
</if>
order by view_coupon_data.createTime desc

</select>



Cargando…
Cancelar
Guardar