写Mybatis中 xml文件时出的错

xml文件不会自动识别 < 的含义

在写条件语句时 改用&lt;来代替<号

<select id="searchIbeacon" resultType="com.example.wx.sign.entity.Sign">
        select * from sign
        <where>
            <if test="">
                #{signTime} &lt;= e_time and #{signTime} >= s_time;
            </if>
        </where>
    </select>
Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐