Commit 5f8d7958 by guojuxing

http链接重复

parent 5b5858d3
......@@ -114,7 +114,7 @@ public class AuditLogController {
return ResultControllerUtils.commonResult(serviceResponse);
}
@RequestMapping("/list-audit-log")
@RequestMapping("/close-audit-log")
public RestResponse close(Integer auditLogId) {
return ResultControllerUtils.commonResult(auditLogApiService.closeAuditLog(auditLogId));
}
......
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