2019-06-24 13:34:44
问题现象: |
在添制凭证时 1131应收帐款参照客户时有些提示3021错误 客户如:scpzh0001 hnxcq0009等 如果把这些客户稍做改动(如:在名称后加个空格)保存后就不会出现问题。 。 |
||
原因分析: |
经检查数据,发现customer表字段ccuspperson(专营业务员)在person表里找不到记录,用户的客户档案是否是通过数据表导入的,请在查询分析器里选择对应的账套执行下列语句update customer set ccuspperson=null where ccuspperson not in(select cpersoncode from person) |
||
解决方案: |
经检查数据,发现customer表字段ccuspperson(专营业务员)在person表里找不到记录,用户的客户档案是否是通过数据表导入的,请在查询分析器里选择对应的账套执行下列语句update customer set ccuspperson=null where ccuspperson not in(select cpersoncode from person) |