新增获取商品库存对接、修正实际付款金额返回值
This commit is contained in:
@@ -267,7 +267,7 @@ class DoctorAccountService extends BaseService
|
||||
|
||||
$params = array();
|
||||
$params['doctor_id'] = $user_info['client_user_id'];
|
||||
$doctor_withdrawal = DoctorWithdrawal::getDatePage($params,$created_at_params,$page,$per_page);
|
||||
$doctor_withdrawal = DoctorWithdrawal::getDatePage($params,$created_at_params,['*'],$page,$per_page);
|
||||
if (empty($doctor_withdrawal['data'])){
|
||||
return success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user