package com.ischoolbar.programmer.dao; import java.sql.ResultSet; import java.sql.SQLException; import com.ischoolbar.programmer.model.Admin; import com.ischoolbar.programmer.model.Clazz; /** * * @author llq *管理员数据库操作封装 */ public class AdminDao extends BaseDao { public Admin login(String name ,String password){ String sql = "select * from s_admin where name = '" + name + "' and password = '" + password + "'"; ResultSet resultSet = query(sql); try { if(resultSet.next()){ Admin admin = new Admin(); admin.setId(resultSet.getInt("id")); admin.setName(resultSet.getString("name")); admin.setPassword(resultSet.getString("password")); admin.setStatus(resultSet.getInt("status")); return admin; } } catch (SQLException e) { // TODO Auto-generated catch block e.printStackTrace(); } return null; } public boolean editPassword(Admin admin,String newPassword) { // TODO Auto-generated method stub String sql = "update s_admin set password = '"+newPassword+"' where id = " + admin.getId(); return update(sql); } }
最近下载更多
李清清 LV2
11月6日
lxm2440226414 LV2
6月10日
云着殇 LV9
6月5日
lzx602 LV3
4月15日
微信网友_6906962132258816 LV7
3月16日
zhangjilu LV18
1月1日
磊哥哥哥哥 LV13
2023年12月26日
heweimin LV13
2023年12月12日
hapilong LV6
2023年12月11日
蹇金金 LV7
2023年10月31日
最近浏览更多
李清清 LV2
11月6日
送你一张 LV1
10月28日
krispeng LV13
9月10日
nurxshat_outl
7月3日
暂无贡献等级
柳咪华沙 LV7
6月28日
岳铭鑫
6月26日
暂无贡献等级
liyan54188 LV2
6月25日
zzk3085000785
6月20日
暂无贡献等级
15719908287 LV9
6月19日
微信网友_7041036943331328 LV3
6月18日