rabin 3 년 전
부모
커밋
0954afb5f0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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']);