wugg il y a 8 mois
Parent
commit
8eb7c1c05c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/admin/model/GoodTax.php

+ 2 - 2
app/admin/model/GoodTax.php

@@ -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;
         }