<select id="selectOrderListByPage" parameterType="com.xhh.webui.system.entity.Order" resultType="com.xhh.webui.system.entity.Order"> select * from `order` <where> <if test="begindate != null and begindate !=''"> createTime>#{begindate,jdbcType=TIMESTAMP} </if> <if test="enddate != null and enddate !=''"> and createTime<#{enddate,jdbcType=TIMESTAMP} </if> </where> <if test="sort != null and order != null"> <![CDATA[ order by ${sort} ${order} ]]> </if> LIMIT #{start},#{rows} </select> 今天刚写的
我是这么写的,但是做test的时候报错,说time1不存在,这个要怎么写,现在有点乱。
81,119
社区成员
341,762
社区内容
加载中
试试用AI创作助手写篇文章吧