Merge branch 'long-consultation-desk'

This commit is contained in:
2026-04-30 12:19:12 +08:00
15 changed files with 675 additions and 272 deletions
@@ -0,0 +1,6 @@
-- 新增「删除备注图片」按钮权限
SET @reception_menu_id = (SELECT id FROM system_menu WHERE perms = 'doctor.appointment/reception' LIMIT 1);
INSERT INTO system_menu (pid, type, name, icon, sort, perms, paths, component, selected, params, is_cache, is_show, is_disable, create_time, update_time, delete_time)
VALUES (@reception_menu_id, 'A', '删除备注图片', '', 5, 'doctor.appointment/deleteDoctorNoteImage', '', '', '', '', 0, 1, 0, UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), NULL);