فهرست منبع

Merge branch 'web_sannong_fr'

FengR 4 ماه پیش
والد
کامیت
300792485e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/JsonRpc/WebsiteService.php

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -2819,7 +2819,7 @@ class WebsiteService implements WebsiteServiceInterface
         }
         if (isset($data['pinyin']) &&!empty($data['pinyin'])) {
             $result = WebsiteCategory::where('website_id',$data['website_id'])
-            ->where('path',$data['pinyin'])
+            ->where('aLIas_pinyin',$data['pinyin'])
             // $result = WebsiteCategory::where('category_id', $category_id)
                 // ->where('website_category.path', $data['pinyin'])
                 // ->leftJoin('website_category as pc', function ($join) use ($data) {