mirror of
https://gitee.com/raoxy/kongx.git
synced 2025-07-10 00:00:02 +08:00
修改查询插件列表时,错误记录日志问题
This commit is contained in:
parent
06e7a9f33f
commit
6dff4ef19a
@ -37,7 +37,6 @@ public class PluginController extends BaseController {
|
||||
* @throws URISyntaxException
|
||||
*/
|
||||
@RequestMapping(value = PLUGIN_URI, method = RequestMethod.GET)
|
||||
@KongLog(operation = OperationLog.OperationType.OPERATION_ADD, target = OperationLog.OperationTarget.GLOBAL_PLUGIN, content = "#userInfo")
|
||||
public JsonHeaderWrapper findAll(UserInfo userInfo) {
|
||||
JsonHeaderWrapper jsonHeaderWrapper = this.init();
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user