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",'');