Преглед изворни кода

[A端][修复]:订单列表有卡的情况下的显示问题

release_toaliyun_real
hupeng пре 7 година
родитељ
комит
6ef9539a22
1 измењених фајлова са 1 додато и 6 уклоњено
  1. +1
    -6
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 1
- 6
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Прегледај датотеку

@@ -294,11 +294,6 @@








<resultMap id="BVoResultMap" type="com.iformall.domain.vo.WxCouponOrderBVo">
<id column="id" jdbcType="BIGINT" property="id" />
<result column="tenant_id" jdbcType="BIGINT" property="tenantId" />
@@ -359,6 +354,7 @@
and tcm.status = 0) as mc
from wx_coupon_order tco) com
where com.tcoid = co.id
and co.coupon_type &lt; 7
and c.id = co.coupon_id
<if test=" null != tenantId ">
and co.tenant_id = #{tenantId}
@@ -397,7 +393,6 @@
left join wx_merchant_b_user bu on co.b_user_id = bu.id
left join wx_merchant m on m.id = bu.merchant_id
where co.id = #{id}
and co.coupon_type &lt; 7
and c.id = co.coupon_id
and cu.id = co.c_user_id
</select>


Loading…
Откажи
Сачувај