Skip to content

Commit

Permalink
* 优化 mybatis-plus 参数处理逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed May 29, 2022
1 parent d15111e commit 5a2a46d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import java.util.*;

/**
* 最多用到mybatis-plus 3.2.x 版本
* 适用mybatis plus 版本: [3.0.0, 3.2.x]
*/
public class CustomMybatisPlus3_0_0ParameterHandler extends CustomMybatisParameterHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.Map;

/**
* 从mybatis-plus 3.3.0 版本开始使用这个Handler
* 适用mybatis plus 版本: [3.3.0, )
* <p>
* code migrate from mybatis-plus 3.4.2 version
*/
Expand Down

0 comments on commit 5a2a46d

Please sign in to comment.