이용자 제재 스케줄 처리 수정

This commit is contained in:
2025-02-17 15:15:17 +09:00
parent 889455a379
commit 0b5c300fb1
3 changed files with 48 additions and 24 deletions

View File

@@ -157,7 +157,7 @@
</select>
<select id="getCountByGuid" parameterType="java.lang.String" resultType="java.lang.Integer">
SELECT COUNT(*) FROM black_list WHERE guid = #{guid} and STATUS &lt;&gt; 'EXPIRATION' AND deleted = 0
SELECT COUNT(*) FROM black_list WHERE guid = #{guid} and STATUS in ('INPROGRESS','WAIT') AND deleted = 0
</select>
<insert id="postBlackList" parameterType="com.caliverse.admin.domain.request.BlackListRequest">