问题:
速达/天耀V3 pro V8.93货品资料导入图片后,其他货品资料的图片也全部变成刚刚导入的图片。
如下,在货品名称“测试002”中导入图片,确定。在货品资料“测试001”中变成了刚才导入的图片。
解决办法:
这个问题是V8.93之前产品出现的BUG,这个BUG在新的补丁V8.96中已经解决,但是使用这个产品出现这个问题后即使打补丁到最新的V8.96,账套也存在这个问题。需要在后台执行如下语句:
update goods set affixinfoid = null
where affixinfoid is not null
and goodsid not in ( select id from crm_affixinfo )
update goods set affixinfoid = null
from goods ,
( select affixinfoid , count (*) as reccount
from goods group by affixinfoid having count (*) > 1 ) b
where goods .affixinfoid = b .affixinfoid
update goods set affixinfoid = null where affixinfoid = 0
delete crm_affixinfo where id = 0
速达软件售后客服电话
客服服务中心热线:010-64709999 18600112168
在线服务平台网站: www.hssie.com
微信号:18600112168