Commit f18d238e authored by shiyu's avatar shiyu

查询签到信息5

parent a2f3bcff
......@@ -233,8 +233,8 @@ public class UserSigninServiceImpl implements UserSigninService {
resultMap.put("lastMonth", today.minusMonths(1).getMonthValue());
resultMap.put("lastYear", today.minusMonths(1).getYear());
resultMap.put("currentMonth", today.getYear());
resultMap.put("currentYear", today.getMonthValue());
resultMap.put("currentYear", today.getYear());
resultMap.put("currentMonth", today.getMonthValue());
resultMap.put("nextMonth", today.plusMonths(1).getMonthValue());
resultMap.put("nextYear", today.plusMonths(1).getYear());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment