wugg 7 달 전
부모
커밋
f41279926a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/admin/model/OrderCategory.php

+ 1 - 1
app/admin/model/OrderCategory.php

@@ -40,7 +40,7 @@ class OrderCategory extends Model{
     }
 
     public static function GetTaxInfoByCode($code){
-        $info=self::with(['GoodInfo'])->where(["code"=>$code])->field(["code","spuCode","cat_code","cat_name","tax","inv_good_name"])->select();
+        $info=self::with(['GoodInfo'])->where(["code"=>$code])->field(["code","spuCode","cat_code","cat_name","merge_code","short_name","tax","inv_good_name"])->select();
         $temp=[];
         if(!empty($info)){
             if (is_array($code)){