|
@@ -203,6 +203,7 @@ public class AppUsersCashrecordController extends BaseController
|
|
appUserService.updateUserAmount(tran);
|
|
appUserService.updateUserAmount(tran);
|
|
}
|
|
}
|
|
int rest = appUsersCashrecordService.updateAppUsersCashrecord(update);
|
|
int rest = appUsersCashrecordService.updateAppUsersCashrecord(update);
|
|
|
|
+ logger.info("{},提现审核:{}",appUser.getUserid(),appUsersCashrecord.getStatus());
|
|
//更新用户可提现余额
|
|
//更新用户可提现余额
|
|
appUserCountTask.updateWithdrawAble(appUser.getUserid());
|
|
appUserCountTask.updateWithdrawAble(appUser.getUserid());
|
|
if(rest < 1){
|
|
if(rest < 1){
|