作者 lyh

gx

... ... @@ -51,8 +51,6 @@ class InquiryMonthlyCount extends Command
$arr['project_id'] = $value['project_id'];
// 获取当前日期时间
$arr['month'] = Carbon::now()->subMonth()->format('Y-m');
var_dump($arr);
die();
DB::table('gl_month_count')->insert($arr);
}
return true;
... ...