核销时报错
- 浏览:685 - 发布时间:2008-01-08 00:00:00.0
问题版本: |
803-U8.52 |
问题模块: |
8-应收应付 |
所属行业: |
0-通用 |
问题状态: |
1-UU通注册用户 |
关 键 字: |
核销时报错 |
适用产品: |
U852 |
补 丁 号: |
|
开放状态: |
0-UU通注册用户 |
原问题号: |
|
提交时间: |
2008-1-8 |
问题名称: |
核销时报错 |
问题现象: |
软件平台:WIN2000 SERVER/SP4 + SQL2000/SP3 +u8.52 问题描述: 1。查询发货统计表时,去年和今年比较,结果不一样。 2。核销是出错,客户010802的不能核销,报bof或eof错误,客户0101023不能核销,没有反应。 |
原因分析: |
1.010802的不能核销,是由于Ap_Detail的对应iclosesid,icoclosesid和ap_closebills.id 的数据不一致造成的。目前是2274,应该是5274;同时发现其他单据也有类似的问题: 查询语句: select * from Ap_Detail where cvouchtype='49' and cflag='ar' and iperiod=0 and iclosesid not in ( select ap_closebills.id from ap_closebil |
解决方案: |
1.010802的不能核销,是由于Ap_Detail的对应iclosesid,icoclosesidTap_closebills.id 的数据不一致造成的。目前是2274,应该是5274;同时发现其他单据也有类似的问题: 查询语句: select * from Ap_Detail where cvouchtype='49' and cflag='ar' and iperiod=0 and iclosesid not in ( select ap_closebills.id | |