高考版优化
审核模式优化
This commit is contained in:
@@ -392,6 +392,8 @@ class Enterprise extends BaseController
|
||||
$enterprise->contactName = $data['contactName'] ?? null;
|
||||
$enterprise->contactPhone = $data['contactPhone'] ?? null;
|
||||
$enterprise->contactEmail = $data['contactEmail'] ?? null;
|
||||
$enterprise->idCardNumber = $data['idCardNumber'] ?? null;
|
||||
$enterprise->businessLicenseUrl = $data['businessLicenseUrl'] ?? null;
|
||||
$enterprise->balance = $data['balance'] ?? 0.00;
|
||||
$enterprise->status = $status;
|
||||
$enterprise->trialExpireAt = ($status === 'trial' && isset($data['trialExpireAt'])) ? $data['trialExpireAt'] : null;
|
||||
|
||||
Reference in New Issue
Block a user