List<User> user=User.dao.find("select depart_id from EOVA_USER)
如何取到depart_id
群主已解答 user.get(0).get("depart_id ");