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

This commit is contained in:
Guoqs
2025-06-25 14:02:21 +08:00
parent d053616b69
commit 029913d03b
5 changed files with 13 additions and 2 deletions

View File

@@ -93,6 +93,7 @@
a.occupy_fee,
a.max_occupy_fee,
a.template_remark,
a.display_flag as display_flag,
a.type,
a.station_id,
a.create_by,
@@ -254,6 +255,9 @@
<if test="stationId != null">
station_id = #{stationId},
</if>
<if test="displayFlag != null">
display_flag = #{displayFlag},
</if>
<if test="freeTime != null">
free_time = #{freeTime},
</if>