Ver Fonte

直播管理新增搜索项:直播id

zyy há 1 mês atrás
pai
commit
397d3279e9

+ 1 - 0
fs-service-system/src/main/resources/mapper/live/LiveMapper.xml

@@ -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>