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

[CB端][修改]:B端C端券列表排序

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

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

@@ -147,6 +147,7 @@
AND co.create_date < #{endDate,jdbcType=TIMESTAMP}
</if>
AND co.coupon_order_status = '0'
order by co.create_date desc

</select>

@@ -165,6 +166,7 @@
AND co.update_date &lt; #{endDate,jdbcType=TIMESTAMP}
</if>
AND co.coupon_order_status = '1'
order by co.update_date desc
</select>


@@ -272,6 +274,7 @@
<if test="status != null">
AND c.coupon_order_status = #{status}
</if>
order by c.create_date desc
</select>

<select id="selectDetailOfCUser" parameterType="map" resultMap="CVoResultMap">


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