Skip to content

Commit

Permalink
Merge pull request #4301 from conifercone/3.0
Browse files Browse the repository at this point in the history
完善BaseMapper注释
  • Loading branch information
huayanYu committed Feb 14, 2022
2 parents 580d913 + 371390a commit bc3bc7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ default T selectOne(@Param(Constants.WRAPPER) Wrapper<T> queryWrapper) {
* 根据 Wrapper 条件,判断是否存在记录
*
* @param queryWrapper 实体对象封装操作类
* @return
* @return 是否存在记录
*/
default boolean exists(Wrapper<T> queryWrapper) {
Long count = this.selectCount(queryWrapper);
Expand Down

0 comments on commit bc3bc7f

Please sign in to comment.