|
@@ -42,8 +42,8 @@ class GoodTax extends Model
|
|
|
if($taxRelation->isEmpty())return [];
|
|
|
$temp['spuCode']=$item->spuCode;
|
|
|
$temp['cat_code']=$taxRelation->merge_code;
|
|
|
- $temp['cat_name']=$item->cat_name;
|
|
|
- $temp['short_name']=$item->short_name;
|
|
|
+ $temp['cat_name']=$taxRelation->cat_name;
|
|
|
+ $temp['short_name']=$taxRelation->short_name;
|
|
|
$temp['tax']=str_replace('%','',$taxRelation->output_bind_tax);;
|
|
|
$temp['inv_good_name']=$item->inv_good_name;
|
|
|
}
|