正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论