<!-- 查询条件:创建开始时间 -->
<if test="createdBegintime!=null and createdBegintime!=''">
AND CREATED >= #{createdBegintime}
</if>
<!-- 查询条件:创建结束时间 -->
<if test="createdEndtime!=null and createdEndtime!=''">
AND CREATED <= #{createdEndtime}
</if>
393

被折叠的 条评论
为什么被折叠?



