vd/tests/ExampleTest.php
2019-03-01 20:53:21 +08:00

12 lines
375 B
PHP

<?php
require_once realpath(dirname(__FILE__) . '/TestCase.php');
$simArray = '1064801704887,1065801704889,1065801704890,1065801704891,1065801704892,1064801704893,1065801704894,1064801704895,1064801704896,1064801704897';
$res = \DB::select("select * from get_timelines('{{$simArray }}'::INT8[]);");
$res = collect($res)->collect()->groupBy('sim')->toArray();
dd($res);