|
|
@@ -87,6 +87,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
(#{companyName} = '总台' and a.company_id is null)
|
|
|
)
|
|
|
</if>
|
|
|
+ <if test="liveId != null "> and a.live_id = #{liveId}</if>
|
|
|
<if test="talentId != null "> and talent_id = #{talentId}</if>
|
|
|
<if test="liveName != null and liveName != ''"> and live_name like concat('%', #{liveName}, '%')</if>
|
|
|
<if test="liveDesc != null and liveDesc != ''"> and live_desc = #{liveDesc}</if>
|