From dc11a67c8b7975dd4363b3b9d61afc7ea7ebe2b9 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 12 May 2023 15:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorAccountService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DoctorAccountService.php b/app/Services/DoctorAccountService.php index b10068e..15f5f91 100644 --- a/app/Services/DoctorAccountService.php +++ b/app/Services/DoctorAccountService.php @@ -350,7 +350,7 @@ class DoctorAccountService extends BaseService $end_time = date('Y-m-t 24:00:00',time()); $created_at = [$start_time,$end_time]; - $doctor_withdrawal = DoctorWithdrawal::getOneLatestTime($params,['*'],$created_at); + $doctor_withdrawal = DoctorWithdrawal::getOneLatestTime($params,$created_at,['*'],); if (!empty($doctor_withdrawal)){ return fail("每月只允许提现一次"); }