|
|
@@ -664,10 +664,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="findCardListOfCUser" parameterType="com.iformall.domain.vo.WxCardCVo" resultMap="CCardVoResultMap"> |
|
|
<select id="findCardListOfCUser" parameterType="com.iformall.domain.vo.WxCardCVo" resultMap="CCardVoResultMap"> |
|
|
select id,tenant_id,'0' coupon_id,'0' coupon_type,expired_time,`status`as |
|
|
|
|
|
coupon_order_status,create_date,update_date, |
|
|
|
|
|
'' cover_img,title,'' sub_title,'' detail,'0' unit,'' remark,amount,remain_amount as remaining_amount,'0' |
|
|
|
|
|
support_transfer |
|
|
|
|
|
|
|
|
select id,tenant_id,0 coupon_id,0 coupon_type,expired_time,`status`as |
|
|
|
|
|
coupon_order_status,create_date,update_date,'' cover_img,title,'' sub_title,'' detail,0 unit, |
|
|
|
|
|
'' remark,amount,remain_amount as remaining_amount,0 support_transfer |
|
|
from wx_card_transfer_info where 1=1 |
|
|
from wx_card_transfer_info where 1=1 |
|
|
<if test="tenantId != null"> |
|
|
<if test="tenantId != null"> |
|
|
and tenant_id = #{tenantId} |
|
|
and tenant_id = #{tenantId} |
|
|
|