Commit 23a164da by 冷斌

踢人

parent 78b153f0
...@@ -42,7 +42,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -42,7 +42,7 @@ class Model_Live extends PhalApi_Model_NotORM {
DI()->notorm->users_live_image DI()->notorm->users_live_image
->where('uid=?',$uid) ->where('uid=?',$uid)
->delete(); ->delete();
DI()->notorm->users_live->insert([ DI()->notorm->users_live_image->insert([
'uid' => $data['uid'], 'uid' => $data['uid'],
'showid' => $data['showid'], 'showid' => $data['showid'],
'thumb' => $thumb, 'thumb' => $thumb,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment