首页>代码>ssm开发组织机构后台管理系统>/human/src/main/java/com/ycxm/controller/SysDeptController.java
package com.ycxm.controller;

import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com.github.pagehelper.PageInfo;
import com.ycxm.pojo.SysDept;
import com.ycxm.pojo.TableInfo;
import com.ycxm.pojo.Tree;
import com.ycxm.service.SysDeptService;

@Controller
@RequestMapping("sysdept")
public class SysDeptController extends BaseController {

	@Autowired
	private SysDeptService sysDeptService;

	@RequestMapping("page")
	public String page() {

		return "sysdept";
	}

	@RequestMapping("list")
	@ResponseBody
	public TableInfo list() {
		startPage();
		List<SysDept> grid = sysDeptService.showAllDeptTreeGrid();
		PageInfo<?> info = new PageInfo<>(grid);
		TableInfo tableInfo = new TableInfo(info.getTotal(), grid);
		return tableInfo;
	}

	@RequestMapping("/deptTree")
	@ResponseBody
	public List<Tree> getSelectDeptTree() {
		List<Tree> list = sysDeptService.getDeptTree();
		return list;
	}

}
最近下载更多
zxc131313  LV12 2022年10月22日
45618955  LV8 2022年6月16日
我是helloworld  LV23 2022年5月25日
wuying8208  LV15 2022年5月12日
893213895  LV18 2021年12月19日
噜噜啦啦露露  LV8 2021年12月14日
wanglinddad  LV55 2021年12月10日
志犟CR7  LV3 2021年11月10日
苏屿999  LV9 2021年10月18日
最代码-宋家辉  LV61 2021年8月22日
最近浏览更多
dongandmin  LV6 11月13日
bluerstar  LV1 10月21日
chn-lei  LV2 7月31日
TY0165  LV20 6月24日
心随伴侣  LV2 6月6日
yancyss 5月29日
暂无贡献等级
李俊雄  LV3 5月8日
294163799 4月23日
暂无贡献等级
wddq123 4月3日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友