From cf5b23755af852cc1ad24aeee1bda6ca0b1ea2ad Mon Sep 17 00:00:00 2001 From: CRM8000 Date: Sun, 6 Oct 2024 16:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=A1=E7=A7=91=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/Application/SLN0002/DAO/SubjectDAO.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Application/SLN0002/DAO/SubjectDAO.class.php b/web/Application/SLN0002/DAO/SubjectDAO.class.php index 406792e4..e7de9768 100644 --- a/web/Application/SLN0002/DAO/SubjectDAO.class.php +++ b/web/Application/SLN0002/DAO/SubjectDAO.class.php @@ -1148,6 +1148,7 @@ class SubjectDAO extends PSIBaseExDAO return $this->sqlError(__METHOD__, __LINE__); } + // 创建凭证分录的附加表 $n = substr($tableName, strlen("t_acc_")); // 去掉't_acc_'前缀 $sql = "CREATE TABLE IF NOT EXISTS `t_voucher_detail_{$n}` ( `id` varchar(255) NOT NULL,