统一pom包版本

This commit is contained in:
zengqiao
2020-09-29 17:25:04 +08:00
parent 788468054a
commit 1a4ef3d9c1
21 changed files with 265 additions and 213 deletions

View File

@@ -50,4 +50,4 @@ public class AccountDaoImpl implements AccountDao {
public List<AccountDO> searchByNamePrefix(String prefix) {
return sqlSession.selectList("AccountDao.searchByNamePrefix", prefix);
}
}
}