修改
This commit is contained in:
@@ -58,5 +58,5 @@ public interface EpdFeignClient {
|
|||||||
@PostMapping("/findListByShowName")
|
@PostMapping("/findListByShowName")
|
||||||
HttpResult<List<EleEpdPqd>> findListByShowName(@RequestParam("name") String name);
|
HttpResult<List<EleEpdPqd>> findListByShowName(@RequestParam("name") String name);
|
||||||
@PostMapping("/selectByClassId")
|
@PostMapping("/selectByClassId")
|
||||||
HttpResult<List<EleEpdPqd>> selectByClassId(@RequestParam("id") String classId);
|
HttpResult<List<EleEpdPqd>> selectByClassId(@RequestParam("classId") String classId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user