Skip to content

Commit

Permalink
Merge branch 'master' of https://gitee.com/free/Mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Apr 6, 2024
2 parents 3813806 + 46a1d4a commit 6cdb916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/tk/mybatis/mapper/util/OGNL.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static boolean checkExampleEntityClass(Object parameter, String entityFul
}

/**
* 检查 paremeter 对象中指定的 fields 是否全是 null,如果是则抛出异常
* 检查 parameter 对象中指定的 fields 是否全是 null,如果是则抛出异常
*
* @param parameter
* @param fields
Expand Down Expand Up @@ -105,7 +105,7 @@ public static boolean notEmptyCollectionCheck(Object parameter, String error) {
}

/**
* 检查 paremeter 对象中指定的 fields 是否全是 null,如果是则抛出异常
* 检查 parameter 对象中指定的 fields 是否全是 null,如果是则抛出异常
*
* @param parameter
* @return
Expand Down

0 comments on commit 6cdb916

Please sign in to comment.