Commit 2e7d8a72 authored by hezhen's avatar hezhen

123

parent 3e3f72c4
......@@ -35,7 +35,7 @@
</choose>
</if>
<if test="startTime != null and startTime > 0">
and wc.crt_time > = #{startTime}
and wc.crt_time >= #{startTime}
</if>
<if test="endTime != null and endTime > 0">
and wc.crt_time &lt;= #{endTime}
......
......@@ -24,7 +24,7 @@
and d.branch_id=#{branchId}
</if>
<if test="startTime != null and startTime > 0">
and d.crt_time > = #{startTime}
and d.crt_time >= #{startTime}
</if>
<if test="endTime != null and endTime > 0">
and d.crt_time &lt;= #{endTime}
......
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