-
大小: 43.38MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-08-04
- 语言: 数据库
- 标签:
资源简介
spring+springmvc+mybatis搭建的一个华仪酒店管理系统附带mysql数据库(正式版),之前上传错误了,把典当当成酒店上传了
代码片段和文件信息
package com.hy.controller;
import java.io.IOException;
import java.util.List;
import net.sf.json.JSONSerializer;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.hy.page.Page;
import com.hy.po.Accountbook;
import com.hy.po.Accountbookanditems;
import com.hy.po.Accountitems;
import com.hy.service.AccountbookService;
import com.hy.service.AccountbookanditemsService;
import com.hy.service.AccountitemsService;
@Controller
@RequestMapping(“accountBookController“)
public class AccountBookController extends baseController {
@Autowired
private AccountbookService accountbookService;
@Autowired
private AccountitemsService accountitemsService;
@Autowired
private AccountbookanditemsService accountbookanditemsService;
@RequestMapping(“list“)
public String list(String accountbookname Page page ){
page = accountbookService.queryPage(accountbookname page);
model.addAttribute(“page“ page);
model.addAttribute(“accountbookname“ accountbookname);
return “/accountbook/list“;
}
@RequestMapping(“addView“)
public String addView(){
List accountitems = accountitemsService.findAll();
model.addAttribute(“accountitems“ accountitems);
return “/accountbook/add“;
}
@RequestMapping(“save“)
public String save(Accountbook accountbookint[] accountitems){
try {
int id = accountbookService.insertSelective(accountbook);
Accountbookanditems vo = new Accountbookanditems();
int count = 0;
for (int i : accountitems) {
vo.setAccountbookid(accountbook.getAccountbookid());
vo.setAccountitemsid(i);
count = accountbookanditemsService.insert(vo);
}
if(count>0 && id > 0){
return “redirect:/accountBookController/list.do“;
}else {
return “/error/500“;
}
} catch (Exception e) {
System.err.println(e.getMessage());
return “/error/500“;
}
}
@RequestMapping(“updateView“)
public String updateView(int id){
Accountbook accountbook = accountbookService.selectByPrimaryKey(id);
List accountitems = accountitemsService.findAll();
model.addAttribute(“accountitems“ accountitems);
model.addAttribute(“accountbook“ accountbook);
return “/accountbook/update“;
}
@RequestMapping(“findByKey“)
public void findByKey(int id){
List vo = accountbookanditemsService.findByKey(id);
String result = JSONSerializer.toJSON(vo).toString();
try {
response.getWriter().write(result);
} catch (IOException e) {
System.err.println(e.getMessage());
}
}
@RequestMapping(“update“)
public String update(Accountbook accountbookint[] accountitems){
try {
int count = accountbookanditemsService.deleteByKey(accountbook.getAccountbookid());
boolean status = false;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-02-23 17:51 华仪酒店管理系统\
目录 0 2017-03-02 17:47 华仪酒店管理系统\任务计划书和需求\
文件 41409838 2016-11-02 08:49 华仪酒店管理系统\任务计划书和需求\ok 华仪酒店管理软件说明书.pdf
目录 0 2017-02-23 17:51 华仪酒店管理系统\数据库文件\
目录 0 2017-02-23 17:51 华仪酒店管理系统\数据库文件\pdm\
文件 213679 2017-01-14 17:08 华仪酒店管理系统\数据库文件\pdm\华仪酒店管理数据库模型.pdm
目录 0 2017-02-23 17:51 华仪酒店管理系统\数据库文件\sql\
文件 35290 2017-03-15 16:20 华仪酒店管理系统\数据库文件\sql\sql.sql
目录 0 2017-03-15 16:20 华仪酒店管理系统\源代码\
目录 0 2017-03-15 16:20 华仪酒店管理系统\源代码\HotelManagementSystem\
文件 845 2016-12-10 21:44 华仪酒店管理系统\源代码\HotelManagementSystem\.classpath
目录 0 2017-03-15 16:20 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\
目录 0 2017-03-15 16:20 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\
文件 214 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\all-wcprops
文件 417 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\entries
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\prop-ba
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\props\
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\text-ba
目录 0 2017-03-15 16:20 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\tmp\
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\tmp\prop-ba
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\tmp\props\
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myeclipse\.svn\tmp\text-ba
文件 336 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.myme
文件 1764 2016-11-13 19:47 华仪酒店管理系统\源代码\HotelManagementSystem\.project
目录 0 2017-03-15 16:20 华仪酒店管理系统\源代码\HotelManagementSystem\.settings\
文件 500 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.settings\.jsdtscope
目录 0 2017-03-15 16:20 华仪酒店管理系统\源代码\HotelManagementSystem\.settings\.svn\
文件 2171 2016-11-29 08:20 华仪酒店管理系统\源代码\HotelManagementSystem\.settings\.svn\all-wcprops
文件 1586 2016-11-29 08:20 华仪酒店管理系统\源代码\HotelManagementSystem\.settings\.svn\entries
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.settings\.svn\prop-ba
目录 0 2016-11-13 19:48 华仪酒店管理系统\源代码\HotelManagementSystem\.settings\.svn\props\
............此处省略2448个文件信息
评论
共有 条评论