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

[系统发卡][修改][查询卡数据]

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

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

@@ -125,7 +125,7 @@
resultMap="CouponCountInfoMap"> resultMap="CouponCountInfoMap">
select cp.coupon_id,c.title,cp.coupon_count from select cp.coupon_id,c.title,cp.coupon_count from
(select count(*) as coupon_count,coupon_id from wx_coupon_password (select count(*) as coupon_count,coupon_id from wx_coupon_password
where tenant_id=#{tenantId} and status=0) cp
where tenant_id=#{tenantId} and status=0 group by coupon_id) cp
inner join wx_coupon c on cp.coupon_id = c.id inner join wx_coupon c on cp.coupon_id = c.id
where c.tenant_id=#{tenantId} and c.status=0 where c.tenant_id=#{tenantId} and c.status=0
<if test=" null != couponId "> <if test=" null != couponId ">


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