点击右上角【Star】收藏本软件 ^_^
This commit is contained in:
@@ -53,6 +53,16 @@ public class OfficeController extends BaseController {
|
|||||||
return officeService.get(officeCode, isNewRecord);
|
return officeService.get(officeCode, isNewRecord);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 机构列表
|
||||||
|
* @param office
|
||||||
|
*/
|
||||||
|
@RequiresPermissions("sys:office:view")
|
||||||
|
@RequestMapping(value = "index")
|
||||||
|
public String index(Office office, Model model) {
|
||||||
|
return REDIRECT + adminPath + "/sys/office/list";
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 机构列表
|
* 机构列表
|
||||||
* @param office
|
* @param office
|
||||||
|
|||||||
Reference in New Issue
Block a user