Commit f0ab894b authored by 田涛's avatar 田涛

bug修复

parent 64bc170c
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
AND cpor.start_time <![CDATA[ >= ]]> #{startTimeLeft} AND cpor.start_time <![CDATA[ >= ]]> #{startTimeLeft}
</if> </if>
<if test="startTimeRight != null"> <if test="startTimeRight != null">
AND cpor.start_time <![CDATA[ < ]]> #{startTimeLeft} AND cpor.start_time <![CDATA[ < ]]> #{startTimeRight}
</if> </if>
</where> </where>
</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