banner更新修正

This commit is contained in:
2025-12-12 11:14:25 +08:00
parent e2b81dbe21
commit e61179ce7d

View File

@@ -150,7 +150,7 @@
SELECT
<include refid="Base_Column_List" />
FROM tb_banner
WHERE banner_id = #{bannerID} AND deleted = 0
WHERE banner_id = #{bannerId} AND deleted = 0
</select>
<!-- 根据状态查询Banner列表 - 添加权限过滤 -->