Commit bb3a3eea authored by libin's avatar libin

会员

parent dae79a26
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
<if test="startTime != null and endTime == null"> <if test="startTime != null and endTime == null">
and <![CDATA[`crt_time` >= #{startTime}]]> and <![CDATA[`crt_time` >= #{startTime}]]>
</if> </if>
<if test="endTime != null and startTime == null"> <if test="startTime == null and endTime !=null">
and <![CDATA[ `crt_time` <= #{startTime}]]> and <![CDATA[ `crt_time` <= #{endTime}]]>
</if> order by `crt_time` DESC </if> order by `crt_time` DESC
</select> </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