|
@@ -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());
|