Forráskód Böngészése

操盘手业务,调试

zhaoxian 3 éve
szülő
commit
598b3cc2d6

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