Просмотр исходного кода

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

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
abc01a8527
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 1
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Просмотреть файл

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


</select> </select>




Загрузка…
Отмена
Сохранить