问题现象: | 未完成业务明细表中有负单价。 |
问题原因: | 后台数据库紊乱。 |
解决方案: | use ufdata_001_2005 update rdrecords set iMoney=iSQuantity*facost,iAPrice=iQuantity*facost,iPrice=iQuantity*facost where autoid in('30914','30916') update rdrecords set iprice=iquantity*facost,iaprice=iquantity*facost,imoney=isquantity*facost FROM RdRecord INNER JOIN RdRecords ON RdRecord.ID = RdRecords.ID WHERE (abs(CONVERT(DECIMAL(30,8),iQuantity)) >abs(CONVERT(DECIMAL(30,8),iSQuantity))) AND cVouchType='01' and (iAPrice - iMoney)<=0 and iQuantity>0 |
相关补丁: | |
版本: | 8.51 |
模块: | 采购管理 |
产品: | 85x |
问题名称: | 未完成业务明细表中有负单价 |
最后更新: | 2006-08-08 00:00:00 |