瀏覽代碼

修复政企bug

zhangxin 1 周之前
父節點
當前提交
30e9de51b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      yami-shop-service/src/main/resources/mapper/ChannelMapper.xml

+ 1 - 1
yami-shop-service/src/main/resources/mapper/ChannelMapper.xml

@@ -28,7 +28,7 @@
                 and c.status = #{channel.status}
             </if>
             <if test="channel.channelIdList != null and  !channel.channelIdList.isEmpty()">
-                and o.channel_id  in
+                and c.id  in
                 <foreach collection="channel.channelIdList" item="channelId" open="(" close=")" separator=",">
                     #{channelId}
                 </foreach>