|
@@ -42,7 +42,7 @@ public class ScreenshotController {
|
|
*/
|
|
*/
|
|
@RequestMapping("/getTodayScreenshotList")
|
|
@RequestMapping("/getTodayScreenshotList")
|
|
public HttpRespMsg getTodayScreenshotList(@RequestParam String userId, @RequestParam String date) {
|
|
public HttpRespMsg getTodayScreenshotList(@RequestParam String userId, @RequestParam String date) {
|
|
- return screenshotService.getTodayScreenshotList(date, userId);
|
|
|
|
|
|
+ return screenshotService.getTodayScreenshotList(userId, date);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|