Просмотр исходного кода

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

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
78dd55033b
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponPasswordMapper.xml Просмотреть файл

@@ -127,7 +127,7 @@
(select count(*) as coupon_count,coupon_id from wx_coupon_password
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
where c.tenant_id=#{tenantId} and c.status=0
<if test=" null != couponId ">
and cp.`coupon_id` = #{couponId}
</if>


Загрузка…
Отмена
Сохранить