使用mybatis框架 由于在xml中书写sql语句 有些符号不便直接写上去 就用以下符号代替
< <
<= <=
> >
>= >=
& &
' '
" "
示例
<update id ="updateData">
update
wx_user
set
is_delete=0
where
gmt_create **<**; '2018-11-11 11:11:11'
</update>