问题现象: | 在增加收款单和现结时不能保存,单据号重复 |
问题原因: | 是因为系统表中所记载的收付款单表的最大id号不正确导致 |
解决方案: | 请在查询分析器中针对错误帐套的06年度执行下面语句,注意执行前需要将 xxx 替换成实际的帐套号: update ufsystem..ua_identity set ifatherid=(select max(right(bpayment,4)) from salebillvouch ) where cacc_id='xxx' and cvouchtype='xj' update ufsystem..ua_identity set ifatherid=(select max(iid) from ap_closebills ), ichildid=(select max(id) from ap_closebills ) where cacc_id='xxx' and cvouchtype='sk' |
相关补丁: | |
版本: | 8.61 |
模块: | 存货核算 |
产品: | U861--供应链--存货核算 |
问题名称: | 收款单和现结重号 |
最后更新: | 2006-05-15 00:00:00 |