Commit ac9c55f6 authored by tangwei's avatar tangwei

修改监盘报表统计sql

parent 734a8a36
......@@ -74,7 +74,7 @@
</foreach>
</if>
<if test="dateTime!=null">
day_time = #{dateTime}
and day_time = #{dateTime}
</if>
</where>
LIMIT #{current} ,#{size}
......
......@@ -13,7 +13,7 @@
</foreach>
</if>
<if test="dateTime!=null">
year = #{dateTime}
and year = #{dateTime}
</if>
</where>
LIMIT #{current} ,#{size}
......
......@@ -13,7 +13,7 @@
</foreach>
</if>
<if test="dateTime!=null">
year = #{dateTime}
and year = #{dateTime}
</if>
</where>
......
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