package cn.edu.nuc.shop.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import cn.edu.nuc.shop.entiry.Forder; import cn.edu.nuc.shop.service.interfaces.ForderService; @Controller @RequestMapping("/order") public class BKOrderController { @Autowired private ForderService forderService; @RequestMapping(value="/list",method=RequestMethod.GET) public String listProduct(Model model){ List<Forder> list = forderService.selectList(); model.addAttribute("list", list); System.out.println(list); return "order/list"; } @RequestMapping(value="/delete",method=RequestMethod.GET) public String delete(Forder forder,Model model){ try { forderService.deleteByPrimaryKey(forder.getFid()); } catch (Exception e) { model.addAttribute("msg", "删除失败"); return "sys/error.jsp"; } List<Forder> list = forderService.selectList(); model.addAttribute("list", list); System.out.println(list); return "order/list"; } }
最近下载更多
Xppasdf LV3
10月29日
qiulai LV1
5月30日
fdeded LV1
4月20日
zhufbing LV1
1月29日
yuanchuang LV22
2023年12月28日
微信网友_6680567232876544 LV8
2023年10月10日
SDLFJL LV6
2023年8月17日
微信网友_6436772032335872 LV3
2023年4月17日
2643028272 LV1
2023年3月6日
qwe123456asd LV3
2023年2月3日
最近浏览更多
lzhangxiangling
11月11日
暂无贡献等级
jy1111
11月11日
暂无贡献等级
微信网友_7249860635152384
11月11日
暂无贡献等级
Xppasdf LV3
10月29日
krispeng LV13
10月28日
Peny_ZH LV5
9月21日
微信网友_7099193222418432 LV1
7月28日
lyt010628 LV4
7月9日
799743530 LV11
7月8日
曾显示 LV6
7月7日