fxi store

back_recharge
wangyuan 2019-08-17 14:49:17 +08:00
parent 299f00200d
commit 4c9dc4245b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class StoreLogic {
} }
} }
private void updateUsersStoreAyync(User user,int id){ private static void updateUsersStoreAyync(User user,int id){
AyyncWorker ayyncWorker = new AyyncWorker(user,true) { AyyncWorker ayyncWorker = new AyyncWorker(user,true) {
@Override @Override
public void work(User user) throws Exception { public void work(User user) throws Exception {