From e9cc5ecc64cee4ec1d61dc4c8d388d0c3d3ff216 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 08 十月 2024 09:31:07 +0800 Subject: [PATCH] 网串中间件测试模块 --- pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/product/ProductCtrl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/product/ProductCtrl.java b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/product/ProductCtrl.java index 9249ea0..8ba3968 100644 --- a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/product/ProductCtrl.java +++ b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/product/ProductCtrl.java @@ -133,7 +133,7 @@ } @PostMapping(path="export") - @SsoPowerAop(power = "10300000") + @SsoPowerAop(power = "10300001") @Log("瀵煎嚭浜у搧淇℃伅") public void export(@RequestBody QueryVo queryVo, HttpServletResponse response){ List<Converter> list = new ArrayList<>() ; -- Gitblit v1.8.0