rkljw il y a 7 mois
Parent
commit
1f131f0d84
3 fichiers modifiés avec 178 ajouts et 1 suppressions
  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){

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
runtime/container/scan.cache


Fichier diff supprimé car celui-ci est trop grand
+ 177 - 0
runtime/logs/hyperf.log


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff