Browse Source

update

master
DengBiao 1 year ago
parent
commit
b10f9c3f80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/applet/app/controllers/AliCallBackController.php

+ 1
- 1
src/applet/app/controllers/AliCallBackController.php View File

@@ -96,7 +96,7 @@ class AliCallBackController extends \Phalcon\Mvc\Controller
if (empty($userIdentity)) { if (empty($userIdentity)) {
$selfSupportForSchoolInfo = SelfSupportForUserFaceInfo::findFirst("user_id = '{$biz_content["buyer_id"]}'"); $selfSupportForSchoolInfo = SelfSupportForUserFaceInfo::findFirst("user_id = '{$biz_content["buyer_id"]}'");
$this->logger(["selfSupportForSchoolInfo" => $selfSupportForSchoolInfo], 'alipay.planet.ecocampus.spi.trade.pay.detail', true); $this->logger(["selfSupportForSchoolInfo" => $selfSupportForSchoolInfo], 'alipay.planet.ecocampus.spi.trade.pay.detail', true);
if (!$selfSupportForSchoolInfo) {
if (!empty($selfSupportForSchoolInfo)) {
$userIdentity = UserIdentity::findFirst("id = '{$selfSupportForSchoolInfo->user_identity_id}'"); $userIdentity = UserIdentity::findFirst("id = '{$selfSupportForSchoolInfo->user_identity_id}'");
$this->logger(["userIdentity2" => $userIdentity], 'alipay.planet.ecocampus.spi.trade.pay.detail', true); $this->logger(["userIdentity2" => $userIdentity], 'alipay.planet.ecocampus.spi.trade.pay.detail', true);
if (empty($userIdentity)) { if (empty($userIdentity)) {


Loading…
Cancel
Save