| | |
| | | life.setRoll("0"); |
| | | life.setGd("0"); |
| | | // String url = "http://192.168.0.115:8080/#/mobileLayout/default"; |
| | | // //String url = "http://171.34.197.243:786/#/mobileLayout/default"; |
| | | // //String url = "https://dev.jxpskj.com:8023/zhjg/#/mobileLayout/default"; |
| | | // String gotos = URLEncoder.encode("arc", "UTF-8"); |
| | | // String mechanismname = URLEncoder.encode(life.getMechanismname(), "UTF-8"); |
| | | // String address = null; |
| | |
| | | /** |
| | | * 标签 |
| | | * |
| | | * @param lifetype 生活设施类型 |
| | | * @param life 生活设施类型 |
| | | * @return |
| | | */ |
| | | @GetMapping("/selectList") |
| | | public R selectList(String lifetype) { |
| | | return R.data(lifeService.selectList(lifetype)); |
| | | public R selectList(LifeVO life) { |
| | | return R.data(lifeService.selectList(life)); |
| | | } |
| | | |
| | | } |