【文章內(nèi)容簡介】
falterid from t_faexpense468 select * from t_faalter where fnew=1402 select * from t_faalter where fcleared=117 8月必須有 385余額記錄 select fbalid from t_fabalance where fperiod=8 and fyear=2022385 select distinct fbalid from t_fabalexpense where fbalid in ( select fbalid from t_fabalance where fperiod=8 and fyear=2022)— 385 記錄沒有丟失 找出問題的根本原因 案例三 8月有卡片折舊額與費用分配不符 select , from (select fbalid,sum(famount) as famount from t_fabalexpense where fbalid in ( select fbalid from t_fabalance where fperiod=8 and fyear=2022) group by fbalid ) e,t_fabalance b where = and =8 and =2022 and 找出問題的根本原因 案例三 找出問題的根本原因 找出具體卡片 案例三 找出問題的解決方法 ,以 t_fabalexpense為準,然后重新計提折舊,選擇保留修改后的折舊額 案例三 賬套:卡片的入賬折舊要素丟失 .rar 案例四 問題定位 select * from t_facard where fassetnumber=39。10202239。falterid=2 select * from t_faalter where falterid=2fassetid=2 select * from t_fabalance where fassetid=2 Select * from t_faalter 以卡片‘ 102022’為切入點,查看卡片數(shù)據(jù)情況 案例四 案例四 修改卡片日期及啟用期間 update t_systemprofile set fvalue=2022 where fcategory=39。fa39。 and fkey=39。StartYear39?!? update t_systemprofile set fvalue=39。2022010139。 where fcategory=39。fa39。 and fkey=39。StartDate39。20220623 update t_faalter se