| | |
| | | hql = "from User where deleteFlag is false and email = ?"; |
| | | params = CollectionUtils.newList(account); |
| | | }else if("zhyly".equals(logType)){ |
| | | hql = "from User where deleteFlag is false and mobilePhone = ? and creator != '管理员'"; |
| | | hql = "from User where deleteFlag is false and mobilePhone = ?"; |
| | | params = CollectionUtils.newList(account); |
| | | }else{ |
| | | if(StringUtils.isEmpty(password)) { |
| | |
| | | @RequestMapping(value = "release", method = RequestMethod.GET) |
| | | public String release(HttpServletRequest httpRequest, HttpServletResponse response) { |
| | | doRelease(httpRequest, response); |
| | | return "redirect:/web/admin/index.html#login"; |
| | | return null; |
| | | } |
| | | |
| | | /** |