|
@@ -387,7 +387,7 @@ class UserExtractServices extends BaseServices
|
|
|
throw new ValidateException('签约未完成');
|
|
|
}
|
|
|
$bank_info = WithdrawService::init()::contractInfo($user['enterprise_professional_facilitator_id']);
|
|
|
- if (!$bank_info['is_contract']) {
|
|
|
+ if (!$bank_info['sign_img']) {
|
|
|
throw new ValidateException('签约未完成');
|
|
|
}
|
|
|
$data['cardnum'] = $bank_info['bank_code'];
|