年度结转到发票时无响应
- 浏览:656 - 发布时间:2008-01-08 00:00:00.0
问题版本: |
803-U8.52 |
问题模块: |
15-采购管理 |
所属行业: |
0-通用 |
问题状态: |
1-UU通注册用户 |
关 键 字: |
年度结转到发票时无响应 |
适用产品: |
U852----系统管理 |
补 丁 号: |
|
开放状态: |
0-UU通注册用户 |
原问题号: |
|
提交时间: |
2008-1-8 |
问题名称: |
年度结转到发票时无响应 |
问题现象: |
已打结转补丁,结转到发票时不动,不出。 sql跟踪到insert into bstmp insert into tmpjz from bstmp 也不动。 |
原因分析: |
系统管理在年度结转时发生问题 1、发票结转问题: 替换?新852hotfix,?新年结补丁,问题解决; 2、结转到采购到货单时失败: 查询数据,发现04年到货单子表数据错误,存在一条空表头记录,即到货单主表无此记录,仅子表有记录,应删除或补录主表记录。 查询语句: select * from pu_arrivalvouchs where id not in (select id from pu_arrivalvouch) 删除语句: delete from pu_arrivalvouch |
解决方案: |
系统管理在年度结转时发生问题 1、发票结转问题: 替换?新852hotfix,?新年结补丁,问题解决; 2、结转到采购到货单时失败: 查询数据,发现04年到货单子表数据错误,存在一条空表头记录,即到货单主表无此记录,仅子表有记录,应删除或补录主表记录。 查询语句: select * from pu_arrivalvouchs where id not in (select id from pu_arrivalvouch) 删除语句: delete from pu_arrivalvouc | |