首页>代码>基于SSM实现的社区论坛系统(附PPT、设计文档)>/源代码/leek_bbs/src/main/java/com/lindong/controller/AttentionController.java
package com.lindong.controller; import com.lindong.domain.Post; import com.lindong.domain.User; import com.lindong.exception.ApiResult; import com.lindong.exception.ResultCode; import com.lindong.service.IAttentionService; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.*; import javax.annotation.Resource; import java.util.List; import java.util.Map; @Controller @RequestMapping("bbs/care") public class AttentionController { @Resource private IAttentionService attentionService; @RequestMapping("/listCare") @ResponseBody public Map listCare(@RequestBody Map map){ int total = attentionService.getCount(map); List<User> users = attentionService.paging(map); map.put("total",total); map.put("data",users); return map; } @RequestMapping(value = "/deleteCare",method = RequestMethod.POST) @ResponseBody public ApiResult deleteCare(@RequestBody Map map){ System.out.println(map.get("uid") +"======"+ map.get("aid")); attentionService.deleteAttention((Integer)map.get("uid"),(Integer)map.get("aid")); return ApiResult.of(ResultCode.SUCCESS); } @RequestMapping(value = "/listCarePosts",method = RequestMethod.GET) @ResponseBody public List<Post> listCarePosts(Integer uid){ return attentionService.getCarePosts(uid); } @RequestMapping(value = "/selectCare",method = RequestMethod.POST) @ResponseBody public ApiResult selectCare(@RequestBody Map map){ attentionService.selectCare(map); return ApiResult.of(ResultCode.SUCCESS); } }
最近下载更多
angaochong LV5
10月15日
2636804923 LV6
6月13日
sweetlove LV20
6月13日
xiao1111 LV3
5月15日
来一杯西瓜冰咩 LV6
5月13日
JulyMagnolia LV4
4月29日
getset LV8
4月21日
微信网友_6444139264921600 LV6
4月13日
xiaozhi丶 LV15
3月28日
eam124 LV2
3月6日
最近浏览更多
krispeng LV13
11月14日
yayacui LV2
10月28日
angaochong LV5
10月15日
zhangjishao
10月15日
暂无贡献等级
wlax99 LV12
10月12日
kaiser622
10月11日
暂无贡献等级
Peny_ZH LV5
9月21日
zvcbnlk LV2
9月20日
柳咪华沙 LV7
9月16日
2911892854
8月7日
暂无贡献等级