首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
【六袆-Java】mybatis 查询时传入参数为0被误认为是null,且会被忽略 ;处理bug
【六袆-Java】mybatis 查询时传入参数为0被误认为是null,且会被忽略 ;处理bug
it
2025-08-28
4
mybatis 查询时传入参数为0被误认为是null
所以SQL改进:
"<if test=\"status!=null and status !='' or status==0\">\n" " and `status` = #{status}\n" + "</if>\n"
转载请注明原文地址: https://lol.8miu.com/read-28873.html
最新回复
(
0
)