Explorar el Código

[b端][修复]:不显示已被禁用管理员核销的券

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

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

@@ -163,7 +163,6 @@
and co.coupon_id = c.id
and cu.id = co.c_user_id
and bu.id = co.b_user_id
and bu.status = 0
<if test="startDate != null">
AND co.update_date &gt; #{startDate,jdbcType=TIMESTAMP}
</if>


Cargando…
Cancelar
Guardar