摘要: mapper.xml在使用 <if test="status != null">判断时候 如果传的Integer参数的值是0的话 会判为空!!! 所以写成 <if test="status != null and status != '' or status == 0">foreach foreac 阅读全文
posted @ 2018-02-05 14:32 qwer78 阅读(38) 评论(0) 推荐(0)