问题现象: | 原ACCESS版8.12升级到U852后,由零售日报生成的发货单不能联查出库单。而这些单据原来8.12版本是可以联查的 |
问题原因: | 数据升级错误 |
解决方案: | 收发记录主子表记录对应错误造成,可用下面语句解决 update rdrecord set cdlcode=(select dlid from dispatchlist a where a.cvouchtype='05' and cdlcode= rdrecord.cbuscode) where cvouchtype='32' and csource='发货单' update rdrecord set cdlcode=( select dlid from salebillvouch a left join dispatchlist b ona.sbvid=b.sbvid where a.cvouchtype='29' and a.csbvcode=rdrecord.cbuscode ) where cvouchtype='32' and csource='零售日报' select cdlcode,cbillcode, * from rdrecord where cvouchtype='32' |
相关补丁: | |
版本: | 8.52 |
模块: | 销售管理 |
产品: | 852 |
问题名称: | 发货单不能联查出库单 |
最后更新: | 2005-06-28 00:00:00 |