Explorar el Código

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

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

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

@@ -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">


Cargando…
Cancelar
Guardar