wugg hace 8 meses
padre
commit
bee05c9c29
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/admin/model/GoodTax.php

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

@@ -37,7 +37,7 @@ class GoodTax extends Model
         $temp=[];
         if($type==1){
              $temp['spuCode']=$item->spuCode;
-             $temp['cat_code']=$item->in_tax_merge;
+             $temp['cat_code']=$item->in_tax_code;
              $temp['cat_name']=$item->in_tax_name;
              $temp['short_name']=$item->in_tax_short;
              $temp['merge_code']=$item->in_tax_merge;
@@ -45,7 +45,7 @@ class GoodTax extends Model
              $temp['inv_good_name']=$item->inv_good_name;
         }else{
              $temp['spuCode']=$item->spuCode;
-             $temp['cat_code']=$item->out_tax_merge??"";
+             $temp['cat_code']=$item->out_tax_code??"";
              $temp['cat_name']=$item->out_tax_name??"";
              $temp['short_name']=$item->out_tax_short??"";
              $temp['merge_code']=$item->out_tax_merge;