(FAQ)总账参数设置点击其他参数页签报错
金蝶云社区-金蝶云社区
金蝶云社区
0人赞赏了该文章 714次浏览 未经作者许可,禁止转载编辑于2015年03月02日 00:00:00
【问题】: (FAQ)总账参数设置点击其他参数页签报错
版本: 7.5
模块: 辅助资料
【答复】:
--查询公司字段信息无效的核算项目数据 select * from T_BD_ASSTACTTYPE a where not exists(select * from t_org_company c where c.fid = a.fcompanyid); --将公司字段信息无效的核算项目数据中的创建财务组织修改为根财务组织 update T_BD_ASSTACTTYPE a set fcompanyid = ‘00000000-0000-0000-0000-000000000000CCE7AED4‘ where not exists(select * from t_org_company c where c.fid = a.fcompanyid);