소스 검색

操盘手业务,调试

zhaoxian 3 년 전
부모
커밋
598b3cc2d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruixuan-live/src/main/resources/mapper/live/KuaishouLiveUserAccountMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/live/KuaishouLiveUserAccountMapper.xml

@@ -80,7 +80,7 @@
                 #{designerLeaderId}
             </if>
             <if test="designerLeader != null  and designerLeader != ''">and designer_leader = #{designerLeader}</if>
-            <if test="putType != null  and putType != ''">and put_type = #{putType}</if>
+            <if test="putType != null  and putType != ''">and put_type like concat('%', #{putType}, '%')</if>
             <if test="createrId != null  and createrId != ''">and creater_id = #{createrId}</if>
         </where>
     </select>