update 接口添加字段 对外展示VIP价格标识

This commit is contained in:
Guoqs
2025-06-25 11:39:25 +08:00
parent 2605102fa0
commit d053616b69
7 changed files with 26 additions and 2 deletions

View File

@@ -507,6 +507,7 @@
t2.id as templateId,
t2.template_code AS templateCode,
t2.`name` AS templateName,
t2.display_flag AS displayFlag,
t3.electricity_price AS sharpElectricityPrice,
t3.service_price AS sharpServicePrice,
t3.apply_time AS sharpApplyDate,
@@ -628,6 +629,7 @@
t2.id as templateId,
t2.template_code AS templateCode,
t2.`name` AS templateName,
t2.display_flag as displayFlag,
t3.electricity_price AS sharpElectricityPrice,
t3.service_price AS sharpServicePrice,
t3.apply_time AS sharpApplyDate,