rabin 2 years ago
parent
commit
0954afb5f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/goods/lib/Manage.php

+ 1 - 0
app/goods/lib/Manage.php

@@ -162,6 +162,7 @@ class Manage
         if ($info) {
             $table['名称'] = $info['name'];
             $table['编号'] = $info['id'];
+            $table['税点'] = $info['tax'];
             $table['栏目'] = $this->column($info['column_id']);
             //$table['标题'] = $info['name'];
             $table['分类'] = Dever::load("category/api.string", $info['category']);