improve claim settle

This commit is contained in:
xiaomlove
2022-05-06 15:50:26 +08:00
parent c23cc1b441
commit f64834b594
18 changed files with 124 additions and 69 deletions
-1
View File
@@ -3,7 +3,6 @@
namespace App\Console\Commands;
use App\Repositories\ClaimRepository;
use App\Repositories\ExamRepository;
use Illuminate\Console\Command;
class ClaimSettle extends Command
+1 -1
View File
@@ -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);
}