chengwl il y a 4 ans
Parent
commit
23c89c558f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      controllers/IndexController.php

+ 0 - 1
controllers/IndexController.php

@@ -108,7 +108,6 @@ class IndexController extends Controller
 
       $query=ContentPage::find()->where(["store"=>$store,'date'=>$start_day]);
       $count = $query->count();
-      echo $count;exit;
       if($count>0){
         echo $start_day.$store." ContentPage"."已经执行过,请不要重复执行";
       }else{