:用友T3-用友通在填制憑證的界面,在摘要欄點擊放大鏡,進入“常用摘要”,就提示“類型不匹配”錯誤。數(shù)據(jù)表AA_ColumnDic異常,常用摘要參照欄目數(shù)據(jù)丟失。
:將本賬套其他年度的數(shù)據(jù)表AA_ColumnDic數(shù)據(jù)引入到本年度的表AA_ColumnDic中。
insert into AA_ColumnDic select * from ufdata_001_2008..AA_ColumnDic where cfld in (‘cid’,’ctext’,’ccode’) and cKey=’GL_bdigestref’,其中【ufdata_001_2008】為本賬套的2008年度數(shù)據(jù)庫。