Commit 225aa454 authored by KeYong's avatar KeYong

提交更新

parent 73247750
...@@ -1555,10 +1555,10 @@ ...@@ -1555,10 +1555,10 @@
pp.biz_org_code LIKE CONCAT(#{bizOrgCode}, '%') pp.biz_org_code LIKE CONCAT(#{bizOrgCode}, '%')
</if> </if>
<if test="startDate != null"> <if test="startDate != null">
AND DATE_FORMAT(`date`, '%Y-%m-%d') &gt;= DATE_FORMAT(#{startDate}, '%Y-%m-%d') AND DATE_FORMAT(pt.end_time, '%Y-%m-%d') &gt;= DATE_FORMAT(#{startDate}, '%Y-%m-%d')
</if> </if>
<if test="endDate != null"> <if test="endDate != null">
AND DATE_FORMAT(`date`, '%Y-%m-%d') &lt;= DATE_FORMAT(#{endDate}, '%Y-%m-%d') AND DATE_FORMAT(pt.end_time, '%Y-%m-%d') &lt;= DATE_FORMAT(#{endDate}, '%Y-%m-%d')
</if> </if>
</where> </where>
) temp ) temp
......
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