@@ -56,7 +56,7 @@ public class JyUserController {
@ValidateApi
@PostMapping("/getByRyNo")
public ResultData getByRyNo(@Validated @RequestBody JyUserParamVo param){
- return jyUserService.getByRyId(param);
+ return jyUserService.getByRyNo(param);
}
@SaIgnore