问题现象: | 在采购模块录入出入库单保存时提示索引AARECORDS-PK重复不能保存 |
问题原因: | 因为RDRECORD中ID号和SRDRECORD(AUTAOID号)出错 |
解决方案: | use ufdata_001_2005 go select max(id) as '表头最大号'from rdrecord select max(autoid) '表体最大号码'from rdrecords -- use ufsystem select * from ua_identity update ua_identity set ifatherid=最大ID+1 , ichildid =最大ID+1 where cvouchtype ='rd' and cacc_id ='当前帐套号' |
相关补丁: | |
版本: | 其他 |
模块: | 采购管理 |
产品: | U8系列 |
问题名称: | 出入库单保存时提示索引AARECORDS-PK重复不能保存 |
最后更新: | 2005-09-06 00:00:00 |