|
@@ -143,6 +143,7 @@ public class ProjectController extends BaseController {
|
|
|
* 拆旧表信息基础信息查询
|
|
|
*/
|
|
|
@RequestMapping(value = "tearDown")
|
|
|
+ @RequiresPermissions("sg:managementcenter:teardown:list")
|
|
|
public String tearDown(Project project, Model model) {
|
|
|
model.addAttribute("project", project);
|
|
|
return "modules/sg/managementcenter/project/tearDown";
|
|
@@ -152,6 +153,7 @@ public class ProjectController extends BaseController {
|
|
|
* 拆旧表信息基础信息查询
|
|
|
*/
|
|
|
@RequestMapping(value = "tearFinal")
|
|
|
+ @RequiresPermissions("sg:managementcenter:tearfinal:list")
|
|
|
public String tearFinal(Project project, Model model) {
|
|
|
model.addAttribute("project", project);
|
|
|
return "modules/sg/managementcenter/project/tearFinal";
|