mirror of
https://github.com/chillzhuang/blade-tool
synced 2025-01-07 21:45:47 +08:00
fix client query sql
This commit is contained in:
parent
077a6bf44d
commit
a292adddc6
@ -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";
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user