md
This commit is contained in:
parent
723bb6868f
commit
db39242513
@ -120,7 +120,7 @@ public class EmisArticleController extends BaseController
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
@GetMapping(value = "/{id}")
|
||||
@GetMapping("/getDetail")
|
||||
public AjaxResult getDetail(Long id)
|
||||
{
|
||||
return AjaxResult.success(emisArticleService.selectEmisArticleById(id));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user