获取医生提现记录列表
This commit is contained in:
@@ -262,7 +262,12 @@ class DoctorAccountService extends BaseService
|
||||
|
||||
$params = array();
|
||||
$params['doctor_id'] = $user_info['client_user_id'];
|
||||
$doctor_withdrawal = DoctorWithdrawal::getDatePage($params,$created_at_params);
|
||||
if (empty($doctor_withdrawal['data'])){
|
||||
return success();
|
||||
}
|
||||
|
||||
return success($doctor_withdrawal);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user