|
@@ -155,6 +155,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="hasParsed != null "> and has_parsed = #{hasParsed}</if>
|
|
|
<if test="parsedVoiceContent != null and parsedVoiceContent != ''"> and parsed_voice_content = #{parsedVoiceContent}</if>
|
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
|
+ <if test="timeBeginReq != null and timeBeginReq != ''"> and DATE_FORMAT(time_begin, '%Y-%m-%d') >= #{timeBeginReq}</if>
|
|
|
+ <if test="timeEndReq != null and timeEndReq != ''"> and DATE_FORMAT(time_begin, '%Y-%m-%d') <= #{timeEndReq}</if>
|
|
|
</where>
|
|
|
and del_flag = 0 order by id desc
|
|
|
</select>
|