Commit a2f3bcff authored by shiyu's avatar shiyu

查询签到信息4

parent 4a4313df
......@@ -233,6 +233,9 @@ 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("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