问题现象: | 在远程应用中无法导入入库单 |
问题原因: | 在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.id and ia_subsidiary.cinvcode=RdRecords.cinvcode and (ia_subsidiary.cvoutype='01' or ia_subsidiary.cvoutype='33') go |
相关补丁: | |
版本: | 8.52 |
模块: | 企业门户 |
产品: | U852 |
问题名称: | 在远程应用中无法导入入库单 |
最后更新: | 2006-02-28 00:00:00 |