|
@@ -305,4 +305,15 @@ public class InnerAPIController extends BaseController {
|
|
|
return ResultData.ok(downService.downloadProcess(num,isObj));
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ @GetMapping("test")
|
|
|
+ public ResultData test(){
|
|
|
+ UserParam userParam = new UserParam();
|
|
|
+ userParam.setRyId("11");
|
|
|
+ userParam.setRyNo("122");
|
|
|
+ List<JyUser> jyUserList = jyUserService.getByAddParam(userParam);
|
|
|
+
|
|
|
+ return ResultData.ok();
|
|
|
+ }
|
|
|
+
|
|
|
}
|