用友U8+851"发货收款勾对表
发布于:2018-01-22 11:17:47
问题现象:851"发货收款勾对表"中"汇款金额"无数据
解决方案:这个问题目前已经有补丁,请在查询分析器中针对错误帐套的2005年度执行附件中的“85(1,A,2)发货单开票收款勾对表.sql”脚本。如果执行过程出错,请先使用下面语句删除临时表,然后再执行该脚本。 drop table tempdb..con_OutSale 还有一些以前的单据在ap_detail中没有部门,可以在查询分析器中执行语句,根据销售中发票上的部门加上对应ap_detail记录的部门。更改语句如下: update ap_detail set cDeptCode=salebillvouch.cdepcode from ap_detail inner join salebillvouch on ap_detail.cDwcode=salebillvouch.ccuscode and ap_detail.cCoVouchtype=salebillvouch.cvouchtype and ap_detail.cCoVouchid=salebillvouch.csbvcode where cDeptCode is null