From 5d2cfd4562f74496a5263db3451c1e78ff53aead Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期四, 27 三月 2025 08:44:16 +0800
Subject: [PATCH] 单据增加查询返回字段

---
 assess-admin/src/main/resources/db/migration/V20231205005_audit.sql |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/assess-admin/src/main/resources/db/migration/V20231205005_audit.sql b/assess-admin/src/main/resources/db/migration/V20231205005_audit.sql
index 9c5aba2..1fbd2c5 100644
--- a/assess-admin/src/main/resources/db/migration/V20231205005_audit.sql
+++ b/assess-admin/src/main/resources/db/migration/V20231205005_audit.sql
@@ -2,8 +2,7 @@
 -- ----------------------------
 -- 审核表
 -- ----------------------------
-drop table if exists `smart_assess`.`sys_audit`;
-CREATE TABLE `smart_assess`.`sys_audit`  (
+CREATE TABLE `smart_assess`.`ass_audit`  (
 `id` bigint NOT NULL AUTO_INCREMENT,
 `audit_date` datetime NOT NULL COMMENT '审核日期',
 `affirm_date` datetime NOT NULL COMMENT '内部审核确定日期',

--
Gitblit v1.9.2