Commit 588b281d by guojuxing

审批日志忽略。因为是从微信端链接过来,会出现非法请求

parent d8faf574
......@@ -41,6 +41,7 @@ public class AuditLogController {
@RequestMapping("/audit")
@IgnoreLogin
@HeaderSignIgnore
public RestResponse audit(@Validated(AuditLogQO.AuditView.class) AuditLogQO auditLogQO) {
ServiceResponse<AuditLogDTO> auditorLogRes = auditLogApiService.getAuditLog(auditLogQO.getAuditLogId());
if (!auditorLogRes.isSuccess()) {
......
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