bug
This commit is contained in:
@@ -44,4 +44,11 @@ public class TaihuWelfareController {
|
||||
taihuWelfareService.removeById(id);
|
||||
return R.ok();
|
||||
}
|
||||
|
||||
@RequestMapping("/getArticleDetail")
|
||||
public R getArticleDetail(@RequestBody Map<String,Integer> map){
|
||||
int id = map.get("id");
|
||||
TaihuWelfareEntity byId = taihuWelfareService.getById(id);
|
||||
return R.ok().put("result",byId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user