|
|
@@ -111,10 +111,7 @@ class RenewController extends BaseController
|
|
|
if ($applyId > 0) {
|
|
|
$apply = ApplyClass::getById($applyId);
|
|
|
if (empty($apply)) {
|
|
|
- util::fail('申请不存在');
|
|
|
- }
|
|
|
- if ((int) ($apply['adminId'] ?? 0) !== (int) $this->adminId) {
|
|
|
- util::fail('申请与当前账号不匹配');
|
|
|
+ util::fail('申请记录不存在');
|
|
|
}
|
|
|
if ($allowInviteBenefit) {
|
|
|
$hdDiscountAmount = round((float) ($apply['hdDiscountAmount'] ?? 0), 2);
|