正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -25,7 +25,7 @@ class Business extends Api | @@ -25,7 +25,7 @@ class Business extends Api | ||
25 | $this->postParam = $postParam; | 25 | $this->postParam = $postParam; |
26 | 26 | ||
27 | parent::_initialize(); | 27 | parent::_initialize(); |
28 | - $this->auth->id = 1;//测试用 | 28 | + // $this->auth->id = 1;//测试用 |
29 | $postParam = $this->request->param(); | 29 | $postParam = $this->request->param(); |
30 | $this->postParam = $postParam; | 30 | $this->postParam = $postParam; |
31 | if (empty($postParam['store_id'])) { | 31 | if (empty($postParam['store_id'])) { |
@@ -71,7 +71,7 @@ class Client extends Api | @@ -71,7 +71,7 @@ class Client extends Api | ||
71 | 71 | ||
72 | $user=Db::name("verification_order") | 72 | $user=Db::name("verification_order") |
73 | ->where('verification_activity_id','=',$activity_id) | 73 | ->where('verification_activity_id','=',$activity_id) |
74 | - ->field('name') | 74 | + ->field('name,paytime') |
75 | ->paginate($total, false, ['page' => $page]) | 75 | ->paginate($total, false, ['page' => $page]) |
76 | ->toArray(); | 76 | ->toArray(); |
77 | if(!empty($user['data'])){ | 77 | if(!empty($user['data'])){ |
-
请 注册 或 登录 后发表评论