浏览代码

[B端][修改]:交易列表中显示所有状态的券

release_toaliyun_real
hupeng 7 年前
父节点
当前提交
6957d60103
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 0
- 2
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml 查看文件

@@ -151,7 +151,6 @@
<if test="endDate != null">
AND co.create_date &lt; #{endDate,jdbcType=TIMESTAMP}
</if>
AND (co.coupon_order_status = '0' or co.coupon_order_status = '1')
order by co.create_date desc

</select>
@@ -253,7 +252,6 @@
<if test="endDate != null">
AND co.create_date &lt; #{endDate,jdbcType=TIMESTAMP}
</if>
AND (co.coupon_order_status = '0' or co.coupon_order_status = '1')

</select>



正在加载...
取消
保存