From 656407d88a3a1063ca04b2dd60d61704b368d263 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 13 Oct 2023 11:28:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AE=E5=A5=96=E5=88=9D=E5=A7=8B=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=A8=AA=E5=90=91=E7=BA=B5=E5=90=91=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Zone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Zone.php b/app/controller/Zone.php index 7e5ccff..975a938 100644 --- a/app/controller/Zone.php +++ b/app/controller/Zone.php @@ -53,7 +53,7 @@ class Zone extends BaseController $zoneGoodsId = $param['zone_goods_id']; $info = ZoneGoods::where(['status' => 1,'id' => $zoneGoodsId]) - ->field('max_awards_amount,content,price,bg_image,play_id') + ->field('max_awards_amount,content,price,bg_image,play_id,direction_count as direction,transverse_count as transverse') ->find(); if (empty($info)) $this->renderError('数据不存在'); $info['important'] = '最高中奖金额'.format_money($info['max_awards_amount']);