banner更新修正
This commit is contained in:
@@ -150,7 +150,7 @@
|
|||||||
SELECT
|
SELECT
|
||||||
<include refid="Base_Column_List" />
|
<include refid="Base_Column_List" />
|
||||||
FROM tb_banner
|
FROM tb_banner
|
||||||
WHERE banner_id = #{bannerID} AND deleted = 0
|
WHERE banner_id = #{bannerId} AND deleted = 0
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 根据状态查询Banner列表 - 添加权限过滤 -->
|
<!-- 根据状态查询Banner列表 - 添加权限过滤 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user