back_recharge
wangyuan 2019-06-12 10:46:57 +08:00
parent 5f34470d60
commit ef94bde052
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class RechargeInfo extends MongoBase{
public void setFirst(int first) {
updateString("first",first);
updateString("isFirst",first);
isFirst = first;
}