From fa8a70ba93bf7854d92a34f04c06cf3a1ca251cb Mon Sep 17 00:00:00 2001
From: 陈炜 <5856420@qq.com>
Date: 星期二, 29 九月 2020 16:46:02 +0800
Subject: [PATCH] OA-A6、A8,tomcat配置文件

---
 删除数据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