rkljw 7 月之前
父節點
當前提交
1f131f0d84
共有 3 個文件被更改,包括 178 次插入1 次删除
  1. 1 1
      app/JsonRpc/WebsiteService.php
  2. 0 0
      runtime/container/scan.cache
  3. 177 0
      runtime/logs/hyperf.log

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -993,7 +993,7 @@ class WebsiteService implements WebsiteServiceInterface
             $differenceIDS = array_diff($data['old_category_arr_id'], $categoryIds);
             //有差异  删除
             if(count($differenceIDS)>0){
-                 WebsiteCategory::where(['website_id'=>$data['category_id']])->whereIn("category_id",$differenceIDS)->delete();
+                 WebsiteCategory::where(['website_id'=>$data['website_id']])->whereIn("category_id",$differenceIDS)->delete();
             }
             //新的数组重新创建
             if(count($data['new_category_arr_id'])>0){

文件差異過大導致無法顯示
+ 0 - 0
runtime/container/scan.cache


文件差異過大導致無法顯示
+ 177 - 0
runtime/logs/hyperf.log


部分文件因文件數量過多而無法顯示