abel533 / MyBatis-Spring-Boot

Spring Boot集成MyBatis的基础项目
3.37k stars 1.59k forks source link

接收参数空字符串转为null #41

Open zhonghq opened 7 years ago

zhonghq commented 7 years ago

demo中的查询按钮没有效果,后台用的selectall方法。我参数使用select方法后发现接收的查询参数的值为“”导致需要两个条件精确匹配才可以查询,想问一下springboot中的自定义参数处理器要怎么写 http://www.cnblogs.com/morethink/p/6435736.html这是springmvc的案例

abel533 commented 7 years ago

该后台查询逻辑就行。