mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
improve claim settle
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace App\Console\Commands;
|
||||
|
||||
use App\Repositories\ClaimRepository;
|
||||
use App\Repositories\ExamRepository;
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
class ClaimSettle extends Command
|
||||
|
||||
@@ -127,7 +127,7 @@ class Test extends Command
|
||||
// $r = $rep->getContinuousPoints(11);
|
||||
|
||||
$arr = [1,2];
|
||||
$r = collect($arr)->map(fn($item) => $item * 2)->implode(',');
|
||||
$r = Carbon::now()->format('d');
|
||||
dd($r, $arr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user