Commit 0efabf3f by guojuxing

关闭工单去掉面登录

parent c1460cd1
......@@ -91,7 +91,6 @@ public class GicTicketController {
}
@RequestMapping("/close-ticket")
@IgnoreLogin
public RestResponse closeTicket(Integer ticketId) {
LogUtils.createLog("关闭工单", "工单管理");
return ResultControllerUtils.commonResult(gicTicketApiService.closeTicket(ticketId));
......
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