You've already forked FrameTour-BE
feat(scenic): 添加景区配置券码功能
- 在 ScenicConfigEntity 和 ScenicConfigResp 中添加 voucherEnable 字段 - 在 AppScenicController 中返回 voucherEnable信息 - 更新 ScenicMapper.xml 以支持 voucherEnable 的数据库操作
This commit is contained in:
@@ -128,7 +128,8 @@
|
||||
video_source_pack_hint=#{videoSourcePackHint},
|
||||
extra_notification_time=#{extraNotificationTime},
|
||||
photo_free_num= #{photoFreeNum},
|
||||
video_free_num= #{videoFreeNum}
|
||||
video_free_num= #{videoFreeNum},
|
||||
voucher_enable= #{voucherEnable}
|
||||
</set>
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
Reference in New Issue
Block a user