fix - 白名单要求
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user