作者 lyh

gx

... ... @@ -49,6 +49,8 @@ class SyncProject extends Command
*/
public function handle()
{
var_dump(11111);
die();
$list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get();
foreach ($list as $item){
try {
... ...