作者 lyh

gx

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