示例#1
0
 public void updateForLogin(Admin admin) {
   dbo.update(UPDATE_FOR_LOGIN, admin.getLastIp(), admin.getLastTime(), admin.getId());
 }