正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
@@ -156,7 +156,7 @@ class Bind extends Api | @@ -156,7 +156,7 @@ class Bind extends Api | ||
156 | if (empty($unique) && empty($items_id)) { | 156 | if (empty($unique) && empty($items_id)) { |
157 | $this->error('参数错误', ['status' => 2]); | 157 | $this->error('参数错误', ['status' => 2]); |
158 | } | 158 | } |
159 | - $study = db('study')->where('unique', $unique)->field('id,grade,name,sno,team_id,earn_score')->find(); | 159 | + $study = db('study')->where('unique', $unique)->field('id,grade_id,name,sno,team_id,earn_score')->find(); |
160 | $item = db('item')->where('id', $items_id)->field('score,title,campus_id')->find(); | 160 | $item = db('item')->where('id', $items_id)->field('score,title,campus_id')->find(); |
161 | $team = \db('team')->where('id', $study['team_id'])->field('title,score')->find(); | 161 | $team = \db('team')->where('id', $study['team_id'])->field('title,score')->find(); |
162 | $sum1 = $team['score'] + $item['score']; //合计战队总分 | 162 | $sum1 = $team['score'] + $item['score']; //合计战队总分 |
此 diff 太大无法显示。
-
请 注册 或 登录 后发表评论