|
...
|
...
|
@@ -47,7 +47,7 @@ class UpgradeProjectCount extends Command |
|
|
|
$list = DB::connection('custom_mysql')->table('gl_customer_visit')->select('updated_date')
|
|
|
|
->groupBy('updated_date')->get()->toArray();
|
|
|
|
if(!empty($list)){
|
|
|
|
echo date('Y-m-d H:i:s') . '时间:'json_encode($list) . PHP_EOL;
|
|
|
|
echo date('Y-m-d H:i:s') . '时间:'.json_encode($list) . PHP_EOL;
|
|
|
|
}
|
|
|
|
echo date('Y-m-d H:i:s') . 'end' . PHP_EOL;
|
|
|
|
}
|
...
|
...
|
|