问题现象: | 增加发货单参照订单(22号至28号)生成后无法保存,提示订单号000000007已使用,29号之后可以保存 |
问题原因: | 数据库问题 |
解决方案: | 执行语句,更新错误isosid(增加30): begin tran update b set isosid=isosid+30 from so_somain a inner join so_sodetails b on a.id=b.id where isosid in(25,26,27,28,29,30,31,32,33,34) and ccloser is null commit 执行语句,更新ufsystem..ua_identity表: begin tran update ufsystem..ua_identity set ichildid=(select max(isosid) from so_sodetails) where cacc_id='账套号' and cvouchtype='somain' commit |
相关补丁: | |
版本: | 8.50 |
模块: | 销售管理 |
产品: | 852 |
问题名称: | 增加发货单参照订单生成后无法保存 |
最后更新: | 2006-03-28 00:00:00 |