问题

删除付款单后,应付单无法再重新生产付款单

解决方案

问题原因:删除付款单反写上游应收单据数据有误

解决方案:

脚本处理:

update T_AP_OtherBillentry
set  FLockUnVerifyAmt = FLockVerifyAmt,FLockVerifyAmt = 0
where  fparentid  = 'rI2OJJpATS20wdIEr9oelEjaOnE=';
update T_AP_OtherBillentry
set  FLockUnVerifyAmt = FLockVerifyAmt,FLockVerifyAmt = 0
where  fparentid  = 'o63ailW5Sh6bTRSlHOSB9EjaOnE=';
commit;

相关的文章



Write a comment…