chengwl hace 4 años
padre
commit
e45496c7cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      controllers/IndexController.php

+ 1 - 0
controllers/IndexController.php

@@ -108,6 +108,7 @@ 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{