问题现象: | 在应收模块查询应收明细账,条件选择按照部门汇总,查询结果发现,发现部门记录部门信息为空,导致按照部门统计应收帐款时数据有误 |
问题原因: | 数据库错误导致 |
解决方案: | 可以查到错误的记录改对即可: select max(cCancelNo) as ccancelno into bb From Ap_DetailCust_V where cFlag='AR' and iflag<3 Group by cdwcode,cdeptcode,ccancelno,cExch_Name,iFlag having (sum(idamount)<>0 or sum(icamount) <> 0 Or sum(idamount_f)<>0 or sum(icamount_f) <> 0 ) and cdeptcode is null |
相关补丁: | |
版本: | 8.51 |
模块: | 应收 |
产品: | 851 |
问题名称: | 按照部门统计应收帐款时数据有误 |
最后更新: | 2005-06-28 00:00:00 |