修改查询插件列表时,错误记录日志问题

This commit is contained in:
raoxiaoyan 2020-11-19 18:27:17 +08:00
parent 06e7a9f33f
commit 6dff4ef19a

View File

@ -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 {