浏览代码

Merge remote-tracking branch 'origin/dev' into dev

wangming 1 周之前
父节点
当前提交
989ac03073
共有 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>