集成钉钉

This commit is contained in:
2026-05-15 17:35:26 +08:00
parent f654180148
commit 42b1555c80
10 changed files with 288 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
-- =============================================================================
-- 升级脚本:为 lb_assessment_apply 表增加 notification_text 列
-- =============================================================================
SET NAMES utf8mb4;
ALTER TABLE `lb_assessment_apply`
ADD COLUMN `notification_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '评估会议通知文案' AFTER `meeting_number`;