资源简介
使用Oracle,Myeclipse数据表大概为35张左右,实现酒店的工作流程。里面附当时的需求文档,数据库转存文件。
代码片段和文件信息
package com.controller;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.map.JsonMappingException;
import org.codehaus.jackson.map.objectMapper;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;
import com.entity.Bad;
import com.entity.BreakDetai;
import com.entity.CustomerBreak;
import com.entity.DepotProduct;
import com.entity.LiveInfo;
import com.entity.Spend;
import com.service.ProductSalService;
@Controller
public class BreakDown {//损坏 高辉
@Resource
private ProductSalService service;
public ProductSalService getService() {
return service;
}
public void setService(ProductSalService service) {
this.service = service;
}
@RequestMapping(“/Break“)//先创建损坏的单号
public String Selectt(Model modelHttpServletRequest request){
SimpleDateFormat df=new SimpleDateFormat(“yyyyMMddHHmmss“);
String Spend=“Break“+df.format(new Date());
model.addAttribute(“Spned“Spend);
//先假想一个损坏房间
String liviid=request.getParameter(“roomId“);
String name=null;//保存损坏人姓名
Listlist=service.SelectLiveInfo(liviid);
for (LiveInfo liveInfo : list) {
name=liveInfo.getCustomerName();
}
model.addAttribute(“name“name);
model.addAttribute(“liveid“liviid);
return “BreakDown“;
}
@RequestMapping(“/InsertBreak“)//先录入总表
public String InsertSpend(Model modelHttpServletRequest request){
String Spnedid=request.getParameter(“Spnedid“);//单号
String liveid=request.getParameter(“liveid“);//房间号
String mark=request.getParameter(“mark“);//备注
int userId=Integer.parseInt(request.getParameter(“userId“));//操作人
String [] productId=request.getParameterValues(“productId“);//获取所有损坏物品
String [] sum=request.getParameterValues(“productName“);//所有价格
service.zonr2(Spnedid liveid mark userId productId sum);
return “SerchBreak“;
}
@RequestMapping(“/SerchBreak“)
@ResponseBody//所有的损坏记录查询
public String SerchBreak(HttpServletRequest request@RequestParam int page@RequestParam int rows)throws JsonGenerationException JsonMappingException IOException{
Mapject> map=new HashMapject>();
int pageNumber=page==0?1:page;
int pageSize=rows;
int a=(pageNumber-1)*pageSize;
int b=pageSize*pageNumber;
map.put(“a“a);
map.put(“b“b);
String spendId=request.getParameter(“spendId“);
String liveId=request.getParameter(“liveId“);
String spendName=request.getParameter(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-12-29 15:26 项目终篇\
文件 25571 2017-06-09 17:39 项目终篇\6-9.sql
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\
文件 3350 2017-06-09 17:31 项目终篇\TongFuHotelMS\.classpath
文件 312 2017-06-09 17:31 项目终篇\TongFuHotelMS\.myme
文件 1286 2017-05-10 15:51 项目终篇\TongFuHotelMS\.project
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\.settings\
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\.settings\.svn\
文件 242 2017-05-10 15:51 项目终篇\TongFuHotelMS\.settings\.svn\all-wcprops
文件 347 2017-05-10 15:54 项目终篇\TongFuHotelMS\.settings\.svn\entries
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.settings\.svn\prop-ba
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.settings\.svn\props\
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\.settings\.svn\text-ba
文件 330 2017-05-10 15:51 项目终篇\TongFuHotelMS\.settings\.svn\text-ba
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\.settings\.svn\tmp\
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.settings\.svn\tmp\prop-ba
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.settings\.svn\tmp\props\
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.settings\.svn\tmp\text-ba
文件 105 2017-06-01 20:27 项目终篇\TongFuHotelMS\.settings\com.genuitec.eclipse.core.prefs
文件 330 2017-05-10 15:51 项目终篇\TongFuHotelMS\.settings\org.eclipse.jdt.core.prefs
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\.svn\
文件 401 2017-05-10 15:54 项目终篇\TongFuHotelMS\.svn\all-wcprops
文件 645 2017-05-10 15:54 项目终篇\TongFuHotelMS\.svn\entries
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.svn\prop-ba
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.svn\props\
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\.svn\text-ba
文件 3350 2017-05-10 15:51 项目终篇\TongFuHotelMS\.svn\text-ba
文件 312 2017-05-10 15:51 项目终篇\TongFuHotelMS\.svn\text-ba
文件 1286 2017-05-10 15:51 项目终篇\TongFuHotelMS\.svn\text-ba
目录 0 2017-12-29 15:24 项目终篇\TongFuHotelMS\.svn\tmp\
目录 0 2017-12-29 15:26 项目终篇\TongFuHotelMS\.svn\tmp\prop-ba
............此处省略3473个文件信息
相关资源
- 人力资源管理系统基于ssm
- 模拟银行存储管理系统 - 毕业设计源
- j2re-1_3_1_19-linux-i586.bin
- 基于SSM+maven的学生选课管理系统的设
- 基于SSM(spring+springMVC+MyBatis)开发的
- 一个很简单的spring+struts2+mybatis的小,
- 农产品网站
- ssm搭建个人博客系统,可完整运行
- 基于SSM框架信息管理系统
- 大型企业的ERP系统源码设计文档写的
- 在线考试与阅卷系统源码附数据库脚
- 宿舍管理系统ssh+mysql+论文
- 毕业设计商城系统(论文+源码+sql文件
- 基于SSM框架的项目
- SSH实现在线考试系统demo
- 员工信息管理系统源码+sql
- mysql数据库家教系统
- 数据库课设 劳务信息管理系统
- SSM框架开发超市管理系统
- ssm权限管理源码
- ssm框架+oracle
- ServerSocket+Swing+SQL Server2008聊天系统好
- 使用IDEA通过maven创建基本的ssm项目
- ssh图书管理系统源码
- SSH+Mysql整合开发Bookshop网上书店,适合
- 带事务回滚测试的SSH整合小案例(S
- 新闻网站用户端,管理端
- ssm+mysql实现的图书馆预约占座系统源
- 房产销售与租赁管理系统-毕业设计
- 21天学通Oracle第二版(pdf+ppt+练习答案
评论
共有 条评论