154
|
long countPro(Connection con, String id) throws SQLException;
|
154
|
long countPro(Connection con, String id) throws SQLException;
|
158
|
@OrderBy(cols = { @LimitColumn(value = "createTime", asc = false),
|
158
|
@OrderBy(cols = { @LimitColumn(value = "createTime", asc = false),
|
159
|
@LimitColumn(value = "id", asc = false) }, value = "")
|
159
|
@LimitColumn(value = "id", asc = false) }, value = "")
|
160
|
List<Team> indexSearch(Connection con, @Nullable @GroupSqlColumn(handlerClass = StringHandler.class, value = {"name like ?", "org_name like ?", "subject like ?", "industry like ?"},isAnd = false) String key, String createTime, String id, int rows) throws SQLException;
|
160
|
List<Team> indexSearch(Connection con, @Nullable @GroupSqlColumn(handlerClass = StringHandler.class, value = {"name like ?", "org_name like ?", "subject like ?", "industry like ?"},isAnd = false) String key, String createTime, String id, int rows) throws SQLException;
|