From accf8b15e1ad050a7eb19f3803749e11d621f5e5 Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 29 Dec 2025 14:40:29 +0800 Subject: [PATCH] add service behavior --- 1766979183_create_dma_service_behavior.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1766979183_create_dma_service_behavior.up.sql b/1766979183_create_dma_service_behavior.up.sql index 1b47e34..ee18348 100644 --- a/1766979183_create_dma_service_behavior.up.sql +++ b/1766979183_create_dma_service_behavior.up.sql @@ -3,7 +3,7 @@ CREATE TABLE `health`.`ufutx_dma_service_behavior` ( `group_id` BIGINT NOT NULL COMMENT "群id", `type` TINYINT NULL DEFAULT NULL COMMENT "类型 1:正向激励,2:改善提醒", `service_user_id` BIGINT NULL DEFAULT NULL COMMENT "服务人员id", - `apply_user_ud` BIGINT NULL DEFAULT NULL COMMENT "申请人员id", + `apply_user_id` BIGINT NULL DEFAULT NULL COMMENT "申请人员id", `reason` TEXT NULL DEFAULT NULL COMMENT "事由", `pic` JSON NULL DEFAULT NULL COMMENT "图片", `status` TINYINT NOT NULL COMMENT '状态, 0:未审核,-1:不通过,1:通过',