屏蔽贡献点产生
This commit is contained in:
parent
9ef92b332b
commit
8762a3dc21
@ -23,6 +23,7 @@ class Contribution extends BaseModel
|
||||
}
|
||||
|
||||
public static function add($point){
|
||||
return;
|
||||
SqlHelper::upsert(
|
||||
myself()->_getSelfMysql(),
|
||||
't_contribution',
|
||||
@ -48,6 +49,7 @@ class Contribution extends BaseModel
|
||||
}
|
||||
|
||||
public static function addHistory($gold,$point,$controller,$action){
|
||||
return;
|
||||
SqlHelper::insert(
|
||||
myself()->_getSelfMysql(),
|
||||
't_contribution_history',
|
||||
@ -64,4 +66,4 @@ class Contribution extends BaseModel
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user