|
@@ -162,7 +162,7 @@ public class UserProfileController extends BaseController {
|
|
|
|
|
|
@ApiOperation("承诺书下载")
|
|
@ApiOperation("承诺书下载")
|
|
@GetMapping("/querCommitment")
|
|
@GetMapping("/querCommitment")
|
|
- public AjaxResult<String> querCommitment(UserProfileQueryBo bo) {
|
|
|
|
|
|
+ public AjaxResult querCommitment(UserProfileQueryBo bo) {
|
|
return AjaxResult.success(iUserProfileService.querCommitment(bo));
|
|
return AjaxResult.success(iUserProfileService.querCommitment(bo));
|
|
}
|
|
}
|
|
|
|
|