From 0d05424b5df05f2e6ef478934cdaad9c71e5d91d Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期三, 18 九月 2024 09:34:56 +0800
Subject: [PATCH] product name and type

---
 pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
index 5bcf5e9..e5f2720 100644
--- a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
+++ b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
@@ -34,7 +34,7 @@
      * @return
      */
     @PostMapping(path="save")
-    @SsoPowerAop(power = "10300003")
+    @SsoPowerAop(power = "10300013")
     @Log("淇濆瓨浜у搧娴嬭瘯妫�鏌ラ」鐩俊鎭�")
     public BaseResponse<Boolean> save(@RequestBody @Valid PltProductTestInspectionItems item){
         item.deleted = false;
@@ -54,7 +54,7 @@
      * @return
      */
     @PostMapping(path="update")
-    @SsoPowerAop(power = "10300003")
+    @SsoPowerAop(power = "10300013")
     @Log("鏇存柊浜у搧娴嬭瘯妫�鏌ラ」鐩俊鎭�")
     public BaseResponse<Boolean> update(@RequestBody @Valid PltProductTestInspectionItems item){
         int count = sv.update(item);
@@ -71,7 +71,7 @@
      * @return
      */
     @GetMapping(path="delete")
-    @SsoPowerAop(power = "10300003")
+    @SsoPowerAop(power = "10300013")
     @Log("鍒犻櫎浜у搧娴嬭瘯妫�鏌ラ」鐩俊鎭�")
     public BaseResponse<Boolean> delete(String id){
         int count = sv.delete(Long.parseLong(id));
@@ -90,7 +90,7 @@
      * @return
      */
     @GetMapping(path="one")
-    @SsoPowerAop(power = "10300002") //鐧诲綍涓庢潈闄愬悓鏃堕獙璇�
+    @SsoPowerAop(power = "10300012") //鐧诲綍涓庢潈闄愬悓鏃堕獙璇�
     @Log("鏍规嵁ID鏌ヨ浜у搧娴嬭瘯妫�鏌ラ」鐩俊鎭�")
     public BaseResponse<PltProductTestInspectionItems> one(String id){
         PltProductTestInspectionItems item=sv.selectById(id);
@@ -103,7 +103,7 @@
      * @return
      */
     @PostMapping(path="some")
-    @SsoPowerAop(power = "10300002")
+    @SsoPowerAop(power = "10300012")
     @Log("鏌ヨ浜у搧娴嬭瘯妫�鏌ラ」鐩俊鎭�")
     public BaseResponse<QueryResultVo<List<PltProductTestInspectionItems>>> some(@RequestBody QueryVo vo){
         QueryResultVo<List<PltProductTestInspectionItems>> list = sv.selectSome(vo) ;
@@ -115,7 +115,7 @@
      * @return
      */
     @PostMapping(path="disabled")
-    @SsoPowerAop(power = "10100011")
+    @SsoPowerAop(power = "10300013")
     @Log("绂佺敤鎴栧惎鐢ㄦ祴璇曢」鐩�")
     public BaseResponse<Boolean> disabled(@RequestBody PltProductTestInspectionItems reason){
         int count = sv.disabled(reason.id,reason.disabled);

--
Gitblit v1.8.0