|
...
|
...
|
@@ -176,6 +176,7 @@ class ComController extends BaseController |
|
|
|
$arr['country'] = json_encode($top20);
|
|
|
|
$arr['created_at'] = date('Y-m-d H:i:s');
|
|
|
|
$arr['updated_at'] = date('Y-m-d H:i:s');
|
|
|
|
$arr['project_id'] = 1;
|
|
|
|
DB::table('gl_inquiry_month_count')->insert($arr);
|
|
|
|
$this->response('success',Code::SUCCESS,$inquiry_list);
|
|
|
|
}
|
...
|
...
|
|