瀏覽代碼

操盘手业务,调试

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>