在用友T6企业管理软件的T6中碰到如下问题:
结转收付款单时失败
具体问题现象如下:
结转收付款单时失败,原因为[BOF或EOF中有一个是"真",或者当前的记录已被删除,所需的操作要求一个当前的记录。]
以下列示的内容为尝试性解决方案,如若下面的方案未能解决您的问题,可以添加用友软件工程师微信号进行咨询:https://www.xlsderp.com/24239.html。
您好,数据问题,先备份好数据,尝试脚本解决;
如不能解决,请提交支持网问题;deletefromAp_detailWherecVouchType='48'andcFlag='AR'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ar')deletefromAp_detailWherecVouchType='48'andcFlag='Ap'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ap')deletefromAp_detailWherecVouchType='49'andcFlag='Ap'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ap')deletefromAp_detailWherecVouchType='49'andcFlag='Ar'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ar')
发表评论