XMTT 6 years ago
parent
commit
bbb4c6eb83

+ 1 - 1
src/main/java/com/ekexiu/project/storage/system/dao/UserDao.java

41
    User login(Connection con, String account, String passwd) throws SQLException;
41
    User login(Connection con, String account, String passwd) throws SQLException;
42
42
43
    @Update
43
    @Update
44
    @Exclude({"passwd"})
44
    @Exclude({"passwd","active"})
45
    int update(Connection con, User user) throws SQLException;
45
    int update(Connection con, User user) throws SQLException;
46
46
47
    @UpdateWith
47
    @UpdateWith