|
@@ -46,7 +46,7 @@ public class APPComprehensiveTPreventionTeam {
|
|
/**
|
|
/**
|
|
* 获取群防群治队伍详细信息
|
|
* 获取群防群治队伍详细信息
|
|
*/
|
|
*/
|
|
- @GetMapping(value = "/preventionTeam/{id}")
|
|
|
|
|
|
+ @GetMapping(value = "/preventionTeam/edit")
|
|
public AjaxResult getInfo(String id) {
|
|
public AjaxResult getInfo(String id) {
|
|
R<ComprehensiveTPreventionTeam> edit = comprehensiveTPreventionTeamService.getInfo(id);
|
|
R<ComprehensiveTPreventionTeam> edit = comprehensiveTPreventionTeamService.getInfo(id);
|
|
if(HttpStatus.SUCCESS == edit.getCode()){
|
|
if(HttpStatus.SUCCESS == edit.getCode()){
|