@ -46,6 +46,9 @@
<if test="reqVO.endTime !=null and reqVO.endTime!=''">
and t1.end_time between #{reqVO.endTime[0]} and #{reqVO.endTime[1]}
</if>
<if test="reqVO.blockId !=null and reqVO.blockId!='' ">
and t5.id=#{reqVO.blockId}
order by t1.create_time desc
</select>
<select id="getDataCount" resultType="java.lang.Integer">