|
|
@@ -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();
|