|
...
|
...
|
@@ -87,7 +87,7 @@ class InquiryMonthlyCount extends Command |
|
|
|
$arr['created_at'] = date('Y-m-d H:i:s');
|
|
|
|
$arr['updated_at'] = date('Y-m-d H:i:s');
|
|
|
|
$arr['project_id'] = $project_id;
|
|
|
|
DB::table('gl_inquiry_month_count')->insert($arr);
|
|
|
|
DB::table('gl_month_count')->insert($arr);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|