This commit is contained in:
GYJ
2025-01-09 19:02:03 +08:00
parent ef3c35fd08
commit bece507b11
2 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ public class WuyouPay {
logger.warn("未配置提现限制,请联系管理员配置");
throw new ValidateException("【929】当日累计提现额未配置");
}
double money = Double.parseDouble(commonInfoService.findOne(929).getValue());
double money = Double.parseDouble(info.getValue());
Double v = cashOutService.queryUserTodayCashAmount(userId);
if (v == null) {
v = 0.0d;