T-ufo预制模板设置中选择模板合并资产负债表后,切换不回来
【问题现象】
T-ufo预制模板设置中选择模板合并资产负债表后,切换不回来
【解决方案】
备份账套,执行如下脚本处理; 如果紧急,采用新增,自己选择预制的模板,完全自定义取数效果是一样的。
DELETE SR_ReportDataFormula where idReportDataDTO in
(Select id FROM SR_ReportData where
templateID in(-1001))
DELETE SR_ReportDataCell where idReportDataDTO
in(Select id FROM SR_ReportData where
templateID in(-1001))
DELETE SR_ReportData where templateID in(-1001)
DELETE SR_PeriodTemplate where TemplateID in(-1001)
DELETE SR_KeyWord
where TemplateID in(-1001)
DELETE SR_TemplateCell where idTemplateDTO in(Select
id FROM SR_Template where
templateSourceID in(-1001))
DELETE SR_Template where templateSourceID in(-1001)
作者:赖英 |  时间:2023年01月11日 18:37

