From d717ddd0d4e6e954f7d7f64b7797f28e8806152f Mon Sep 17 00:00:00 2001 From: 陈炜 <5856420@qq.com> Date: 星期二, 26 一月 2021 08:42:38 +0800 Subject: [PATCH] 部分测试文件 --- 删除数据4.sql | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git "a/\345\210\240\351\231\244\346\225\260\346\215\2564.sql" "b/\345\210\240\351\231\244\346\225\260\346\215\2564.sql" index 88d7dc9..28d7fd7 100644 --- "a/\345\210\240\351\231\244\346\225\260\346\215\2564.sql" +++ "b/\345\210\240\351\231\244\346\225\260\346\215\2564.sql" @@ -43,8 +43,6 @@ truncate table t_rp_PayApplyBillEntry truncate table t_RP_Plan_Ap truncate table t_RP_Plan_Ar -truncate table t_RPContract -truncate table t_rpContractEntry truncate table t_RPContractScheme truncate table t_RPVoucherAndBill truncate table t_RP_NewCheckInfo @@ -62,6 +60,9 @@ truncate table cbBalance truncate table cbCalInfo +--报表 +delete FROM dbo.t_Rpt_Content WHERE FRptType =1 AND FRptName NOT LIKE '%2020%' + --设置 启用期间,当前期间,这里几月份开始用就设置为几月份 update t_SystemProfile set FValue=9 where FCategory='gl' and FKey='startperiod' update t_SystemProfile set FValue=2020 where FCategory='gl' and FKey='startyear' -- Gitblit v1.10.0