@ -54,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="params.beginCreatedTime != null and params.beginCreatedTime != '' and params.endCreatedTime != null and params.endCreatedTime != ''"> and created_time between #{params.beginCreatedTime} and #{params.endCreatedTime}</if>
<iftest="updatedBy != null and updatedBy != ''"> and updated_by = #{updatedBy}</if>
<iftest="params.beginUpdatedTime != null and params.beginUpdatedTime != '' and params.endUpdatedTime != null and params.endUpdatedTime != ''"> and updated_time between #{params.beginUpdatedTime} and #{params.endUpdatedTime}</if>
<iftest="isPictures != null "> and is_pictures = #{isPictures}</if>
</where>
</select>
@ -78,6 +65,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"