|
@@ -125,5 +125,11 @@
|
|
|
<if test="updateEndDate != null and updateEndDate !=''">
|
|
|
and (nav.updatetime <![CDATA[ <= ]]> #{updateEndDate} or asset.updatetime <![CDATA[ <= ]]> #{updateEndDate})
|
|
|
</if>
|
|
|
+ <if test="email != null and email !=''">
|
|
|
+ and parse.email like concat('%',#{email},'%')
|
|
|
+ </if>
|
|
|
+ <if test="channelName != null and channelName !=''">
|
|
|
+ and c.channel_name like concat('%',#{channelName},'%')
|
|
|
+ </if>
|
|
|
</select>
|
|
|
</mapper>
|