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