|
@@ -135,10 +135,10 @@ class AliCallBackController extends \Phalcon\Mvc\Controller |
|
|
|
|
|
|
|
|
// 修改 / 新增`自营-学校-订单表`数据 |
|
|
// 修改 / 新增`自营-学校-订单表`数据 |
|
|
$out_order_no = $biz_content["out_order_no"] ?? ""; |
|
|
$out_order_no = $biz_content["out_order_no"] ?? ""; |
|
|
$model = SelfSupportForSchoolOrd::findFirst("out_order_no = '$out_order_no'"); |
|
|
|
|
|
|
|
|
$model = SelfSupportForSchoolOrd::findFirst("out_order_no = '$out_order_no'"); |
|
|
if (empty($model)) { |
|
|
if (empty($model)) { |
|
|
$model = new SelfSupportForSchoolOrd(); |
|
|
|
|
|
$model->create_at = date("Y-m-d H:i:s"); |
|
|
|
|
|
|
|
|
$model = new SelfSupportForSchoolOrd(); |
|
|
|
|
|
$model->create_at = date("Y-m-d H:i:s"); |
|
|
} |
|
|
} |
|
|
$model->enterprise_id = $userIdentity->enterprise_id; |
|
|
$model->enterprise_id = $userIdentity->enterprise_id; |
|
|
$model->uid = $userIdentity->uid; |
|
|
$model->uid = $userIdentity->uid; |
|
@@ -161,6 +161,7 @@ class AliCallBackController extends \Phalcon\Mvc\Controller |
|
|
$model->order_status = ($biz_content["order_status"] == "ORDER_SUCCESS") ? 2 : 1; //支付状态 |
|
|
$model->order_status = ($biz_content["order_status"] == "ORDER_SUCCESS") ? 2 : 1; //支付状态 |
|
|
$model->debt_business_code = $biz_content["debt_business_code"] ?? ""; |
|
|
$model->debt_business_code = $biz_content["debt_business_code"] ?? ""; |
|
|
$model->debt_business_msg = $biz_content["debt_business_msg"] ?? ""; |
|
|
$model->debt_business_msg = $biz_content["debt_business_msg"] ?? ""; |
|
|
|
|
|
$model->pay_time = $biz_content["gmt_payment"] ?? ""; //付款时间 |
|
|
$model->update_at = date("Y-m-d H:i:s"); |
|
|
$model->update_at = date("Y-m-d H:i:s"); |
|
|
$model->save(); |
|
|
$model->save(); |
|
|
|
|
|
|
|
@@ -205,10 +206,10 @@ class AliCallBackController extends \Phalcon\Mvc\Controller |
|
|
|
|
|
|
|
|
// 修改 / 新增`自营-学校-订单表`数据 |
|
|
// 修改 / 新增`自营-学校-订单表`数据 |
|
|
$out_order_no = $biz_content["out_order_no"] ?? ""; |
|
|
$out_order_no = $biz_content["out_order_no"] ?? ""; |
|
|
$model = SelfSupportForSchoolOrd::findFirst("out_order_no = '$out_order_no'"); |
|
|
|
|
|
|
|
|
$model = SelfSupportForSchoolOrd::findFirst("out_order_no = '$out_order_no'"); |
|
|
if (empty($model)) { |
|
|
if (empty($model)) { |
|
|
$model = new SelfSupportForSchoolOrd(); |
|
|
|
|
|
$model->create_at = date("Y-m-d H:i:s"); |
|
|
|
|
|
|
|
|
$model = new SelfSupportForSchoolOrd(); |
|
|
|
|
|
$model->create_at = date("Y-m-d H:i:s"); |
|
|
} |
|
|
} |
|
|
$model->enterprise_id = $userIdentity->enterprise_id; |
|
|
$model->enterprise_id = $userIdentity->enterprise_id; |
|
|
$model->uid = $userIdentity->uid; |
|
|
$model->uid = $userIdentity->uid; |
|
|