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