*/ public static function addGetLog($uid,$category,$value,$orderid,$mark,$touid=0){ $res = self::create([ 'uid'=>$uid, 'category'=>$category, 'value'=>$value, 'orderid'=>$orderid, 'mark'=>$mark, 'to_uid'=>$touid, ]); return $res; } }