소스 검색

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

zyy 1 개월 전
부모
커밋
397d3279e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fs-service-system/src/main/resources/mapper/live/LiveMapper.xml

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