【问题现象】:
辅助余表查询报错:找不到名称为currencyID分组栏目

【解决方案】:
请备份好账套数据,选择账套库,执行脚本:
update EAP_SearchPlanItemGroupInfo_Ext set IsSystem=1 where planid in (select id from EAP_SearchPlanInfo_Ext where SearchId in (select id from EAP_SearchInfo_Ext where name = ‘GL_AuxBalanceSumRpt’) ) and FieldName=‘currencyID’
作者:熊嘉颖 |