Commit bb3a3eea authored by libin's avatar libin

会员

parent dae79a26
......@@ -30,8 +30,8 @@
<if test="startTime != null and endTime == null">
and <![CDATA[`crt_time` >= #{startTime}]]>
</if>
<if test="endTime != null and startTime == null">
and <![CDATA[ `crt_time` <= #{startTime}]]>
<if test="startTime == null and endTime !=null">
and <![CDATA[ `crt_time` <= #{endTime}]]>
</if> order by `crt_time` DESC
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment