package com.cms.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.RequestParam; import org.springframework.web.bind.annotation.ResponseBody; import com.alibaba.fastjson.JSON; import com.cms.entity.Auth; import com.cms.service.AuthService; import com.cms.utils.StrUtil; import com.cms.utils.page.Pagination; @Controller @RequestMapping(value="/auth") public class AuthController { @Autowired AuthService authService; @ResponseBody @RequestMapping(value="/list") public String getAuthList(@RequestParam(defaultValue="0")int curr,@RequestParam(defaultValue="10")int nums, @RequestParam(defaultValue="")String searchKey) { Pagination<Auth> page = new Pagination<Auth>(); page.setTotalItemsCount(authService.getTotalItemsCount(searchKey)); page.setPageSize(nums); page.setPageNum(curr); List<Auth> list = authService.getAuthList(page, searchKey); String jsonStr = StrUtil.RETURN_JONS_PRE_STR + page.getTotalItemsCount() + StrUtil.RETURN_JONS_MID_STR + JSON.toJSONString(list) + StrUtil.RETURN_JONS_END_STR; return jsonStr; } @ResponseBody @RequestMapping(value="/setting") public String setting(Auth auth, String type, Byte val) { if ("teacherAuth".equals(type)) { auth.setTeacherAuth(val); } else { auth.setStudentAuth(val); } System.out.println(auth.toString()); if (authService.update(auth) > 0) return StrUtil.RESULT_TRUE; return "操作失败!"; } }
最近下载更多
赵鑫cdsaljkdfsa LV11
7月1日
lsglsg9 LV23
6月6日
Mr_VVcat LV9
4月30日
wanglinddad LV55
4月2日
WBelong LV8
3月7日
houhanlin33 LV3
1月8日
xutao0523 LV2
2023年12月18日
zxcfgh LV4
2023年11月21日
fesfefe LV13
2023年10月23日
Rucoding LV7
2023年6月23日
最近浏览更多
殊蔓草 LV1
前天
skook7 LV2
10月30日
wuyanmingsi LV1
9月7日
杰富力士
7月7日
暂无贡献等级
赵鑫cdsaljkdfsa LV11
7月1日
时光海 LV2
6月29日
hongdongdong LV14
6月22日
全斐 LV6
6月19日
xzg123456 LV6
6月18日
ailixiya11
6月13日
暂无贡献等级