Commit 64bc170c authored by 田涛's avatar 田涛

bug修复

parent 1dbf52c5
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
AND cpor.execution_type LIKE #{executionType} AND cpor.execution_type LIKE #{executionType}
</if> </if>
<if test="startTimeLeft != null"> <if test="startTimeLeft != null">
AND cpor.start_time <![CDATA[ >= ]]> #{implementationTimeLeft} AND cpor.start_time <![CDATA[ >= ]]> #{startTimeLeft}
</if> </if>
<if test="startTimeRight != null"> <if test="startTimeRight != null">
AND cpor.start_time <![CDATA[ < ]]> #{implementationTimeRight} AND cpor.start_time <![CDATA[ < ]]> #{startTimeLeft}
</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