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