|
@@ -806,7 +806,7 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
|
|
if (Objects.isNull(user)) {
|
|
if (Objects.isNull(user)) {
|
|
throw new BizException("未查询到学员信息!");
|
|
throw new BizException("未查询到学员信息!");
|
|
}
|
|
}
|
|
- param.put("user", user.getId());
|
|
|
|
|
|
+ param.put("userId", user.getId());
|
|
String queryDateStr = WrapperUtil.toStr(param, "queryDate", "请选择查询日期!");
|
|
String queryDateStr = WrapperUtil.toStr(param, "queryDate", "请选择查询日期!");
|
|
Date startDate = DateUtils.parseDate(queryDateStr + " 00:00:00", "yyyy-MM-dd HH:mm:ss");
|
|
Date startDate = DateUtils.parseDate(queryDateStr + " 00:00:00", "yyyy-MM-dd HH:mm:ss");
|
|
Date endDate = DateUtils.addMonths(startDate, 1);
|
|
Date endDate = DateUtils.addMonths(startDate, 1);
|