问题现象: | 按仓库查询现存量时无法显示辅计量单位的数量 |
问题原因: | 经查,数据库表rdrecords中存在无辅助计量单位却有件数的记录,查询办法: select * from rdrecords inner join inventory on inventory.cinvcode=rdrecords.cinvcode where cgroupcode='01' and (inum is null or inum<>0 ) |
解决方案: | 数据修改办法: update rdrecords set inum=0 from rdrecords inner join inventory on inventory.cinvcode=rdrecords.cinvcode where cgroupcode='01' and (inum is null or inum<>0 ) 再查询即无问题。 |
相关补丁: | |
版本: | 8.52 |
模块: | 库存管理 |
产品: | U852----库存管理 |
问题名称: | 852版本现存量问题 |
最后更新: | 2005-07-12 00:00:00 |