wugg 7 months ago
parent
commit
392df71dd6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      app/admin/listener/PlatCat.php

+ 6 - 6
app/admin/listener/PlatCat.php

@@ -14,12 +14,12 @@ class PlatCat
      */
     public function handle($event)
     {
-        if($event['info']=='cat'){
-            $this->cat($event);
-        }
-        if($event['info']=='plat'){
-            $this->plat($event);
-        }
+//        if($event['info']=='cat'){
+//            $this->cat($event);
+//        }
+//        if($event['info']=='plat'){
+//            $this->plat($event);
+//        }
     }
     public function cat($event){
        $info = Cat::where(['id'=>$event['data']['id']??[]])->field('id cat_id,fund_code,status,is_del,creater apply_name,createrid apply_id,addtime,updatetime')->select();