记得上下班打卡 | git大法好,push需谨慎

Commit d472ce7c authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev' into dev

parents 0d71632b f4acd7bd
...@@ -47,6 +47,7 @@ public class PerformanceCalendarController extends BaseController{ ...@@ -47,6 +47,7 @@ public class PerformanceCalendarController extends BaseController{
//获取开始结束间隔天数 //获取开始结束间隔天数
List<PerformanceCalendarResp> respList = this.getPerformanceList(performanceCalendarReq); List<PerformanceCalendarResp> respList = this.getPerformanceList(performanceCalendarReq);
mmap.put("currentDate",LocalDate.now());
mmap.put("requestParam",performanceCalendarReq); mmap.put("requestParam",performanceCalendarReq);
mmap.put("respDataList",respList); mmap.put("respDataList",respList);
return prefix + "/performanceCalendar"; return prefix + "/performanceCalendar";
......
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