wugg 1 년 전
부모
커밋
5c03f63b52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/youzan/controller/Index.php

+ 1 - 1
app/youzan/controller/Index.php

@@ -313,7 +313,7 @@ class Index extends Base
             ->where($where)->order("id desc")->paginate(["page"=>$param['page'],"list_rows"=>$param['size']]);
          $cat =new \app\admin\model\Cat();
          $Brand =new \app\admin\model\Brand();
-         $unit =new \app\admin\model\unit();
+         $unit =new \app\admin\model\Unit();
          $account = new Account();
          foreach ($list->items() as $item){
             $item['cat_info'] =$cat->where(["id"=>$item['cat_id']])->value("search",'');