WIN-2308041133\Administrator 15 hours ago
parent
commit
da9290c8d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/model/api/UserScoreDetail.php

+ 1 - 1
app/model/api/UserScoreDetail.php

@@ -42,7 +42,7 @@ class UserScoreDetail extends BaseModel
             $post['money']    = (float)(new UserModel)->where('uid', $uid)->value('score') + floatval($money);
             $post['time']     = time();
             $post['admin_id'] = $admin_id;
-            $post['othen']    = $mono;
+//            $post['othen']    = $mono;
             $this->insert($post);
             $bool = Db::name("user")->where('uid', $uid)->inc('score', floatval($money))->update();
             self::commitTrans();