问题描述:
T+13.0普及版 5401-主营业务成本 这个科目 在填制凭证输入这个科目的时候会显示出二级科目 但是在基础设置 科目里面又看不到有二级科目,
处理过程:打了最新补丁 清除浏览器缓存 重新配置数据库 Chekbug工具 都试过了 不行
问题回复:
update AA_Account set idaccounttypeDTO=10 where code like '5%' update AA_Account set idaccounttypeDTO=9 where code like '4%' update AA_Account set idaccounttypeDTO=8 where code like '3%' update AA_Account set idaccounttypeDTO=7 where code like '2%' update AA_Account set idaccounttypeDTO=6 where code like '1%' 科目分类错误,执行语句调整过来就行了