首页>代码>ssm(spring+spring mvc+mybatis)开发餐厅收银管理系统>/RCMS-master/src/controller/DailyController.java
package controller;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

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

@Controller
public class DailyController {
	@RequestMapping("/daily.html")
	public String showDaily(HttpSession session ){
		if(session.getAttribute("user")==null){//权限控制
			return "redirect:login.html";
		}
		return"daily/daily";
	}
}
最近下载更多
lilong007  LV23 2023年12月30日
xiongwei11231  LV9 2023年5月25日
604183463  LV2 2023年2月28日
阳光12345  LV3 2023年1月11日
LITIANYU084414  LV11 2022年12月29日
ZYK123321  LV2 2022年12月1日
见不远万里  LV6 2022年11月23日
ttppbb  LV4 2022年10月15日
qwer123546  LV13 2022年9月28日
123456mg  LV3 2022年5月15日
最近浏览更多
没有啊很开心啊  LV4 3月28日
bankroll  LV5 2024年12月16日
短巷拥猫  LV12 2024年12月16日
gzcznb  LV8 2024年11月6日
krispeng  LV14 2024年10月3日
TY0165  LV20 2024年6月23日
happySuperman  LV2 2024年6月4日
隔壁马 2024年5月5日
暂无贡献等级
swqxhycl 2024年4月22日
暂无贡献等级
 LV7 2024年3月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友