【问】商品转到购销的供应商后,所属商品的经营方式还是之前的 并且修改不了,如何处理? | ||
【适用版本】商云8 | 【模块】基本档案 | 【点击数】81 |
【知识编号】72017092600024 | ||
【问题描述】商品转到购销的供应商后,所属商品的经营方式还是之前的 并且修改不了,如何处理? |
use hbposv8
go
update t_bd_item_info set item_sup_flag=t_bd_supcust_info.sale_way from t_bd_item_info,t_bd_supcust_info
where t_bd_item_info.main_supcust=t_bd_supcust_info.supcust_no
and t_bd_item_info.item_sup_flag<>t_bd_supcust_info.sale_way