package com.twitter.dao; import java.util.List; import com.twitter.pojo.Admins; import com.twitter.util.DBUtil; public class AdminsDao { public Admins checkLogin(String username, String password) { String sql = "select aid,aname,apwd,atime,astate,apower from admins where aname=? and apwd=?"; List<Admins> list = DBUtil.query(Admins.class, sql, username, password); if (list.size() > 0) { return list.get(0); } return null; } public int updateOnline(int astate, int aid) { String sql = "update admins set astate=? where aid=?"; int n = DBUtil.update(sql, astate, aid); return n; } }
最近下载更多
tiancj LV1
11月14日
goccgoccgocc LV4
5月9日
微信网友_6768521601667072 LV1
2023年12月7日
拜托你仔细听 LV3
2023年9月21日
hyy1362 LV1
2023年7月5日
罗清晨 LV13
2023年6月20日
543539666 LV7
2023年6月19日
qq3577025766 LV6
2022年4月24日
ababc1 LV1
2022年4月3日
ChangKong LV1
2021年8月19日
最近浏览更多
tiancj LV1
11月12日
张泽帅 LV6
10月18日
Iterman LV2
8月23日
Bill_Xiong
5月24日
暂无贡献等级
goccgoccgocc LV4
5月9日
3334004690 LV10
3月20日
Gin19960217 LV4
1月15日
微信网友_6768521601667072 LV1
2023年12月7日
lasttimeapp
2023年11月27日
暂无贡献等级
ncyhhh LV2
2023年11月26日