提交 795a5c0d 作者: zhenjie

加盟列表时间筛选

上级 66c7181f
...@@ -149,13 +149,11 @@ ...@@ -149,13 +149,11 @@
<if test="applyStatus != null"> <if test="applyStatus != null">
and ua.apply_status = #{applyStatus} and ua.apply_status = #{applyStatus}
</if> </if>
<if test="startTime != null and startTime != '' "> <if test="startTime != null">
and ua.create_time &gt;= and ua.create_time &gt;= #{startTime}
STR_TO_DATE(#{startTime},'%Y-%m-%d')
</if> </if>
<if test="endTime != null and endTime != '' "> <if test="endTime != null">
and ua.create_time &lt;= and ua.create_time &lt;= #{endTime}
STR_TO_DATE(#{endTime},'%Y-%m-%d')
</if> </if>
</where> </where>
order by ua.create_time desc order by ua.create_time desc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论