您好$User->where('id=5')->setInc('score',3); // 用掘察户的积分加3$User->where('id=5')->setInc('score'); // 用户的积分加告碰1$User->where('id=5')->setDec('score',5); // 用户袜散谈的积分减5$User->where('id=5')->setDec('score'); // 用户的积分减1仅供参考~