Authored by 石坚

修改灰度咨询500错误

... ... @@ -222,7 +222,7 @@ const _getRelatedData = (idList) => {
_.forEach(result.data.product_list, function(data) {
if(data){
if (data) {
productList.push({
name: data.product_name,
price: data.sales_price,
... ...