src/main/java/com/hx/common/service/impl/CommonServiceImpl.java
@@ -104,5 +104,11 @@ return commonDao.updateSentence(sqlSentence); } /**更新sql语句(全语句)*/ @Override public <T extends Serializable> int selectCountSql(SqlSentence sqlSentence) { return commonDao.selectCountSql(sqlSentence); } }