fix - 白名单要求

This commit is contained in:
2025-10-20 16:43:04 +08:00
parent 9f3a1c02c3
commit 8d0d4de588

View File

@@ -323,7 +323,7 @@
<update id="updateBanStatus">
UPDATE <include refid="tableName"></include>
set ban_status = #{banStatus} WHERE id = #{id}
set ban_type = #{banType} WHERE id = #{id}
</update>
<!-- 通过编号查询 -->
<select id="findByIds" parameterType="java.lang.Integer" resultMap="MemberMap">