Logo
Explore Help
Sign In
zkr/shz-backend
1
0
Fork 0
You've already forked shz-backend
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3a6a4333dc1c3e635e068bd6c5fe0e0c7e3f4f78
shz-backend/sql/hide_indoor_fixed_booth_menu.sql

11 lines
341 B
MySQL
Raw Normal View History

feat: Add SHZ log inspection and HighGo database querying capabilities - Introduced `inspect-shz-logs` skill for inspecting local and production logs with bounded read-only commands. - Added `view.sh` script for log viewing with options for following logs and filtering by keywords. - Created `query-shz-highgo` skill for querying the SHZ HighGo database through an SSH gateway. - Implemented read-only SQL execution with strict controls on allowed statements and query structure. - Added new domain and mapper classes for managing outdoor fair job associations. - Enhanced `OutdoorFairController` to support job listing and management for outdoor fairs. - Created SQL scripts for initializing outdoor fair job data and managing menu visibility.
2026-06-25 23:13:35 +08:00
-- 隐藏并停用左侧菜单“室内固定摊位”。
-- 保留菜单及角色关联数据,便于需要时恢复。
UPDATE sys_menu
SET visible = '1',
status = '1',
update_by = 'admin',
update_time = CURRENT_TIMESTAMP,
remark = '已移除左侧菜单入口'
WHERE menu_id = 2112
AND menu_name = '室内固定摊位';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 37ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API