固定资产反审核提示:没有找到单据或分录对应的余额表记录
1、问题描述
固定资产反审核提示:没有找到单据或分录对应的余额表记录
2、分析过程
需要后台查询卡片的月结表或余额表记录是否存在。
检查卡片月结表是否有数据
select * from t_fa_facurcard where fcompanyid =(select fid from t_org_company where fnumber ='组织编码') and fperiodid in(select fid from t_bd_period where fnumber <=当前期间的上一个期间编码) and fbizstatus<>'0399' and fbizstatus<>'0499' and fbizstatus<>'0599' and fid not in(select ffacurcardid from t_fa_famoncard where fcompanyid =(select fid from t_org_company where fnumber ='组织编码') and ffaperiodid in(select fid from t_bd_period where fnumber =当前期间的上一个期间编码))
检查卡片余额表是否有数据
select * from t_fa_facurcard where fid not in(select ffacurcardid from t_fa_faaccountbalance where fcompanyORGunitid=(select fid from t_org_company where fnumber='公司编码') and fperiodid in (select fid from t_bd_period where fnumber=当前期间编码) ) and fcompanyid=(select fid from t_org_company where fnumber='公司编码')
3、解决方案
若步骤2中月结表或余额表没有数据,需要后台补回,由于修复脚本较复杂,请提单进行修复。
2022年12月补丁已针对余额表丢失问题进行补丁加固修复,请更新固定资产补丁避免余额表数据丢失。(补丁仅优化部分场景,若更新补丁后还再出现,及时提单反馈跟进)
8.6.1版本:PT169805(发布日期:2023-01-13)
8.5版本:PT169732(发布日期:2023-01-13)
8.2版本:PT170225(发布日期:2023-03-03)
8.0版本:PT169476(发布日期:2023-01-13)
固定资产反审核提示:没有找到单据或分录对应的余额表记录
本文2024-09-22 18:56:00发表“eas cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-eas-103954.html