Commit e41781f9 by 任晓松

update search

parent 72bf1d71
......@@ -522,7 +522,7 @@ class ProductService extends ServiceBase {
// arr.push(item)
// }
let ret = arr.filter(f =>{
if(f.channel_item_name == item.channel_item_name || f.item_code == item.item_code){
if(f.item_code == item.item_code){
return f;
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment