|
|
|
@@ -1362,7 +1362,7 @@ |
|
|
|
select id,remain_inventory,inventory,cover_img,title,sub_title,item_group,sale_price,use_price,price,tail_price, |
|
|
|
orig_price,unit,use_limit_rule,use_limit_quantity,send_type,support_transfer,press_limit_num,auto_refund, |
|
|
|
conditions,valid_type,valid_start_date,valid_end_date,pick_start_date,pick_end_date,valid_days,credit_price, |
|
|
|
content_type,source_type,merchant_type |
|
|
|
remark,content_type,source_type,merchant_type |
|
|
|
from wx_coupon where `tenant_id` = #{tenantId} |
|
|
|
<if test=" null != id "> |
|
|
|
and `id` = #{id} |
|
|
|
|