This commit is contained in:
Your Name
2026-06-02 14:15:49 +08:00
parent 707e4888ad
commit 860b550180
13 changed files with 348 additions and 44 deletions
@@ -0,0 +1,4 @@
-- 就诊卡展示开关:控制该诊单是否在小程序「统计」端的就诊卡列表中出现
-- 默认 1=展示(历史数据保持原有可见),0=不展示(统计端就诊卡直接不存在)
ALTER TABLE `zyt_tcm_diagnosis`
ADD COLUMN `show_card` tinyint(1) NOT NULL DEFAULT 1 COMMENT '统计端就诊卡是否展示:1=展示 0=隐藏' AFTER `create_source`;