首页 T+ T-UFO T+新建报表提示“已添加了具有相同键的项”

T+新建报表提示“已添加了具有相同键的项”


【问题现象】

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

作者:魏雯 |  时间:2023年08月03日 21:07


对我有用 对我有用
没有帮助 没有帮助