第一种写法:通过<![CDATA[ ]]>符号来写
大于等于:<![CDATA[ >= ]]>
小于等于:<![CDATA[ <= ]]>
例如:sql如下: <![CDATA[ when starttime >= '15:00' and endtime<='18:00' ]]>
第二种写法: