作者 lyh

gx

@@ -281,8 +281,7 @@ class WeekProject extends Command @@ -281,8 +281,7 @@ class WeekProject extends Command
281 foreach ($arr as $key => $val){ 281 foreach ($arr as $key => $val){
282 $content .= ($key+1).','.$val.PHP_EOL.PHP_EOL; 282 $content .= ($key+1).','.$val.PHP_EOL.PHP_EOL;
283 } 283 }
284 - $timestamp = strtotime('tomorrow 9:00 AM');  
285 - $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); 284 + $tomorrowNineAM = date('Y-m-d 09:00:00', time());
286 if(empty($content)){ 285 if(empty($content)){
287 return true; 286 return true;
288 } 287 }