1、> < 等符号在mybatis中的sql语句需要转义
> : > < : <
2、mybatis动态选择
<choose> <when test="startTime != null"> #{startTime}, </when> <otherwise> #NOW(), </otherwise> </choose>
1、> < 等符号在mybatis中的sql语句需要转义
> : > < : <
2、mybatis动态选择
<choose> <when test="startTime != null"> #{startTime}, </when> <otherwise> #NOW(), </otherwise> </choose>