123333
This commit is contained in:
@@ -69,7 +69,8 @@ public class SettingAppController {
|
||||
List<WithdrawExchange> list = withdrawExchangeService.list(Wrappers.lambdaQuery(WithdrawExchange.class)
|
||||
.eq(WithdrawExchange::getStatus,0)
|
||||
.orderByAsc(WithdrawExchange::getMoney));
|
||||
vo.setWithdrawRuleRemark("平台50元起提现,最快2小时到账(每天不限次数),22点后提现次日中午10点到账");
|
||||
String withdrawRuleRemark = systemConfigManager.getSystemConfig(SystemConfigEnum.WITHDRAW_RULE_REMARK);
|
||||
vo.setWithdrawRuleRemark(withdrawRuleRemark);
|
||||
vo.setList(list);
|
||||
return R.ok(vo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user