This commit is contained in:
bootvue 2024-04-17 21:42:35 +08:00 committed by GitHub
commit 37f7f6e54a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ public interface SecureConstant {
/**
* 查询client_id
*/
String DEFAULT_SELECT_STATEMENT = BASE_STATEMENT + " where client_id = ?";
String DEFAULT_SELECT_STATEMENT = BASE_STATEMENT + " where client_id = ? and is_deleted = 0";
}