Merge branch 'master' of http://git.unissense.tech/mula/unis_sip
commit
a9a7dca53c
|
@ -123,6 +123,13 @@ public class ProjectInfoController extends BaseController
|
|||
mmap.put("projectInfo", projectInfo);
|
||||
return prefix + "/edit";
|
||||
}
|
||||
@GetMapping("/query/{id}")
|
||||
@ResponseBody
|
||||
public AjaxResult edit(@PathVariable("id") Long id)
|
||||
{
|
||||
ProjectInfo projectInfo = projectInfoService.selectProjectInfoById(id);
|
||||
return AjaxResult.success(projectInfo);
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改保存项目管理
|
||||
|
|
Loading…
Reference in New Issue