T - 不能为空public interface SelectCountByConditionMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
selectCountByCondition(Object condition)
根据Condition条件进行查询总数
|
@SelectProvider(type=ConditionProvider.class, method="dynamicSQL") int selectCountByCondition(Object condition)
condition - Copyright © 2018. All rights reserved.