正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -368,8 +368,7 @@ class UserController extends RestBaseController | @@ -368,8 +368,7 @@ class UserController extends RestBaseController | ||
368 | 'card_id' => $data['id'], | 368 | 'card_id' => $data['id'], |
369 | 'user_id' => $this->userId | 369 | 'user_id' => $this->userId |
370 | ]; | 370 | ]; |
371 | - $balance =Db::name('money_log')->where($condition)->field('money')->find(); | ||
372 | - if ($balance < 2) { | 371 | + if ($data['money'] < 2) { |
373 | $this->error(['code'=>'40013','msg'=>'余额不足2元']); | 372 | $this->error(['code'=>'40013','msg'=>'余额不足2元']); |
374 | } | 373 | } |
375 | $arr = [ | 374 | $arr = [ |
-
请 注册 或 登录 后发表评论