服务热线:022-26677809 , 13821206318
坚守“用户之友”的初心,做“专业的奋斗者”,始终坚持“持续创新”
首页 > 知识库 > 正文

在远程应用中无法导入入库单

- 浏览:736 - 发布时间:2008-01-08 00:00:00.0
问题版本: 803-U8.52 问题模块: 28-企业文化
所属行业: 0-通用 问题状态: 2-UU通注册用户
关 键 字: 入库单 适用产品: U852
补 丁 号: 开放状态: 0-UU通注册用户
原问题号: 提交时间: 2008-1-8
问题名称: 在远程应用中无法导入入库单
问题现象: 在远程应用中无法导入入库单
原因分析: 在05年结转到06年的供应链期初数据中RDRECORDS 表中的AUTOID号与要录入的入单AUTOID号重复
解决方案: update rdrecords set autoid=aotoid-10000 go update RdRecords set dsdate =null ,isquantity=0 ,imoney=0 where dsdate >'2005-12-31' go update ia_subsidiary set id = RdRecords.autoid from ia_subsidiary,RdRecords where ia_subsidiary.ipzid = RdRecords.