摘要:
异常信息: parent.relativePath' of POM io.renren:renren-fast:3.0.0 (D:\Code\gulimall\renren-fast\pom.xml) points at com.atguigu.gulimall:gulimall instead o 阅读全文
摘要:
问题描述:以下方法写出来的id不能识别到0 <if test="id != null and id != '' "> AND id = #{id} </if> 原因分析:Mybatis会自动将0识别为null,加上判断里面有空字符串的判断,导致了数据库无法存入0 解决方案:加上一个0的判断条件即可 阅读全文