首页>代码>ssm整合开发商城系统,包括后台管理系统>/shop/src/main/java/cn/edu/nuc/shop/controller/ForderController.java
package cn.edu.nuc.shop.controller;



import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;

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.RequestMethod;

import cn.edu.nuc.shop.entiry.Forder;
import cn.edu.nuc.shop.service.interfaces.ForderService;


@Controller
@RequestMapping("/forder")
public class ForderController {

	@Autowired
	private ForderService forderMapper;
	
	@RequestMapping(value="/order",method=RequestMethod.GET)
	public String toorder(){
		
		return "redirect:/order.jsp";
	}
	
	@RequestMapping(value="/order",method=RequestMethod.POST)
	public String order(Forder forder,HttpSession session,HttpServletRequest request){
		
		Forder sessionforder = (Forder)session.getAttribute("forder");
		
		int count=0;
		try {
			
			count = forderMapper.insertOrder(forder,sessionforder);
			
		} catch (Exception e) {
			
			request.setAttribute("msg", "商品数量不足");
			
			return "forward:/msg.jsp";
		}
		
		 System.out.println(forder.getFid());
		 
		 System.out.println(count+"--------------------------");
		 
		 request.setAttribute("msg", "提交订单成功");
		 
		 request.removeAttribute("forder");
		 session.removeAttribute("forder");
		
		
		return "forward:/msg.jsp";
	}
	
}
最近下载更多
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日
暂无贡献等级
暂无贡献等级
Xppasdf  LV3 10月29日
krispeng  LV13 10月28日
Peny_ZH  LV5 9月21日
lyt010628  LV4 7月9日
799743530  LV11 7月8日
曾显示  LV6 7月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友