不展示被禁用的轮播图

This commit is contained in:
cl
2021-06-10 15:17:09 +08:00
parent 911f1ac1da
commit 3a6e9c1d07

View File

@@ -27,6 +27,7 @@
<select id="listIndexImgs" resultType="com.yami.shop.bean.model.IndexImg">
SELECT *
FROM tz_index_img
where `status` = 1
ORDER BY seq DESC
</select>
</mapper>