Explorar el Código

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

release_toaliyun_real
gongbiao hace 6 años
padre
commit
29a4534862
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

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

@@ -125,7 +125,7 @@
resultMap="CouponCountInfoMap">
select cp.coupon_id,c.title,cp.coupon_count from
(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) cp
inner join wx_coupon c on cp.coupon_id = c.id
where c.tenant_id=#{tenantId} and c.status=1
<if test=" null != couponId ">


Cargando…
Cancelar
Guardar