瀏覽代碼

update

master
DengBiao 1 年之前
父節點
當前提交
b10f9c3f80
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/applet/app/controllers/AliCallBackController.php

+ 1
- 1
src/applet/app/controllers/AliCallBackController.php 查看文件

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


Loading…
取消
儲存