|
@@ -97,8 +97,8 @@ public class LogManagementController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "获取操作记录数据[by:songxl]")
|
|
|
- @PostMapping("/getOperationLog")
|
|
|
- public CommonResult<List<GetOperationLogDTO>> getOperationLog(@RequestBody DataCompareVO dataCompareVO) {
|
|
|
+ @PostMapping("/getOperationLogs")
|
|
|
+ public CommonResult<List<GetOperationLogDTO>> getOperationLogs(@RequestBody DataCompareVO dataCompareVO) {
|
|
|
return CommonResult.success(logManagementFacade.getOperationLogs(dataCompareVO));
|
|
|
}
|
|
|
|