标签:div col class pre 字符 strong test mybatis 空字符串
修改如下:
<if test="kindcode != null and kindcode!=‘‘"> and a.kindcode =#{kindcode} </if> 改为 <if test="kindcode != null"> and a.kindcode =#{kindcode} </if>
标签:div col class pre 字符 strong test mybatis 空字符串
原文地址:https://www.cnblogs.com/yanwenxue/p/9091835.html