连锁门店字典同步,因有可能中心将一点完全不同的品种改为另一种,所以请用查询语句确认要修改字典,再用update修改
select a.nbbm,a.ypm,a.gg,a.cd,a.zxdw,b.ypm,b.gg,b.cd,b.dw from zy_sys2_ypzdk a,sun_ypzd_dict b where a.nbbm=b.nbbm and a.ypm<>b.ypm
update zy_sys2_ypzdk set ypm=b.ypm,pym=b.pym,wbm=b.wbm from zy_sys2_ypzdk a,sun_ypzd_dict b where a.nbbm=b.nbbm and a.ypm<>b.ypm and a.nbbm=20039540
update zy_sys2_ypzdk set ypm=b.ypm from zy_sys2_ypzdk a,sun_ypzd_dict b where a.nbbm=b.nbbm and a.ypm<>b.ypm and a.nbbm=20039970