Pārlūkot izejas kodu

商品更新下架

change 3 gadi atpakaļ
vecāks
revīzija
8b24d83bf9

+ 1 - 1
zhongzheng-api/src/main/java/com/zhongzheng/controller/base/ProfileTpController.java

@@ -99,7 +99,7 @@ public class ProfileTpController extends BaseController {
      */
     @ApiOperation("查询填写资料审核列表")
     @PreAuthorize("@ss.hasPermi('system:profile:list')")
-    @GetMapping("/list")
+    @GetMapping("/listProfile")
     public TableDataInfo<UserProfileVo> list(UserProfileQueryBo bo) {
         startPage();
         ClientLoginUser loginUser = wxTokenService.getLoginUser(ServletUtils.getRequest());

+ 1 - 1
zhongzheng-api/src/main/java/com/zhongzheng/controller/base/UserProfileStampController.java

@@ -88,7 +88,7 @@ public class UserProfileStampController extends BaseController {
      */
     @ApiOperation("查询填写盖章审核列表")
     @PreAuthorize("@ss.hasPermi('system:profile:list')")
-    @GetMapping("/list")
+    @GetMapping("/listProfile")
     public TableDataInfo<UserProfileVo> list(UserProfileQueryBo bo) {
         startPage();
         //2为承诺书审核