【类 型】:fix

【主	题】:没有取到openid字段
【描	述】:
	[原因]:被过滤掉了
	[过程]:
	[影响]:
【结	束】

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
This commit is contained in:
tk 2024-06-12 18:37:21 +08:00
parent a736bc7b92
commit 612234eaa0

View File

@ -557,7 +557,7 @@ class PlaneController extends PublicController
if ($_REQUEST['id'] && $_REQUEST['state'] && $_REQUEST['val']) { if ($_REQUEST['id'] && $_REQUEST['state'] && $_REQUEST['val']) {
$where['id'] = $_REQUEST['id']; $where['id'] = $_REQUEST['id'];
$orderDb = D('order'); $orderDb = D('order');
$field = array('status', 'back'); $field = array('status', 'back', 'openid');
$order = $orderDb->where($where)->field($field)->find(); $order = $orderDb->where($where)->field($field)->find();
//不处理订单状态处于 已取消 未付款 交易关闭的情况 //不处理订单状态处于 已取消 未付款 交易关闭的情况
//不处理订单退款状态处于 主动退款 已退款 拒绝退款的状况 //不处理订单退款状态处于 主动退款 已退款 拒绝退款的状况