发布时间:2023-09-01 21:50:00 访问数:669
【问题现象】
T+新建报表提示“已添加了具有相同键的项”
【解决方案】
备份好数据,执行以下脚本,重置预置系统模板:
select * from SR_KeyWord
where templateID in (select templateid from SR_alltaxTemplateMap)
and idSource<>templateID
update SR_KeyWord
set idSource=templateID
where templateID in (select templateid from SR_alltaxTemplateMap)
and idSource<>templateID