首页>代码>SSM+bootstrap+jquery+maven编写的进存销后台管理系统>/HBtest/src/main/java/org/shop/controller/ChuKuController.java
package org.shop.controller; import java.util.HashMap; import java.util.List; import java.util.Map; import org.shop.pojo.ChuKu; import org.shop.pojo.KuCun; import org.shop.service.ChuKuService; import org.shop.utils.Msg; 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.ResponseBody; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; @Controller @RequestMapping("/chuku") public class ChuKuController { @Autowired ChuKuService chukuService; @RequestMapping("/main.do") public String main() { return "/chuku/main"; } //查出当前库存数量 @ResponseBody @RequestMapping("/selectByName.do") public Msg selectByName(String shopName) { System.out.println("----------------------->:"+shopName); KuCun kucun = chukuService.selectByName(shopName); String fenlei = kucun.getShopFenlei(); String shuliang = kucun.getShopShuliang()+""; System.out.println("----------------------->:"+fenlei+"||"+shuliang); Map<String,String> map = new HashMap<String,String>(); map.put("fenlei", fenlei); map.put("shuliang", shuliang); return Msg.success().add("map", map); } @ResponseBody @RequestMapping("/insert.do") public Msg insert(ChuKu chuku) { System.out.println(chuku); int deptId = chukuService.selectByIdKey(chuku); if(deptId!=0) { return Msg.idCFfile(); } int i = chukuService.insert(chuku); if(i==1) { return Msg.success(); }else { return Msg.file(); } } @ResponseBody @RequestMapping("/select.do") public Msg select(int pn) { PageHelper.startPage(pn, 5); List<ChuKu> list = chukuService.select(); PageInfo pageInfo = new PageInfo(list,5); return Msg.success().add("pageInfo", pageInfo); } @ResponseBody @RequestMapping("/selectOne.do") public Msg selectOne(ChuKu chuku) { System.out.println("----------------->:"+chuku); PageHelper.startPage(1, 5); List<ChuKu> list = chukuService.selectOne(chuku); PageInfo pageInfo = new PageInfo(list,5); return Msg.success().add("pageInfo", pageInfo); } }
最近下载更多
飞翔的面包片 LV12
2023年2月15日
184445428 LV6
2022年11月29日
微信网友_6164511365238784 LV7
2022年10月10日
wuying8208 LV15
2022年6月7日
* LV4
2022年5月17日
wanglinddad LV55
2022年3月9日
暖茶1234 LV8
2021年9月14日
2105175744 LV1
2021年7月16日
862960632 LV14
2021年6月16日
浅陌 LV7
2021年6月7日
最近浏览更多
sunlea LV20
3月21日
black8angel LV4
2023年12月22日
shuangfu LV25
2023年12月2日
uni-code_0123 LV1
2023年11月27日
阳光男孩阿葵
2023年7月14日
暂无贡献等级
c469893928 LV2
2023年6月10日
刘春涛 LV2
2023年6月2日
哇塞塞哈哈哈 LV8
2023年5月5日
cuberbread LV6
2023年3月23日
飞翔的面包片 LV12
2023年2月15日