File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
APIJSONORM/src/main/java/apijson/orm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5256,7 +5256,7 @@ else if (userId instanceof Subquery) {}
52565256 boolean hasKey = deletedKey instanceof String && StringUtil .isNotEmpty (deletedKey , true );
52575257 Object deletedValue = hasKey ? accessFakeDeleteMap .get (KEY_DELETED_VALUE ) : null ;
52585258 boolean containNotDeletedValue = hasKey ? accessFakeDeleteMap .containsKey (KEY_NOT_DELETED_VALUE ) : false ;
5259- Object notDeletedValue = containNotDeletedValue ? accessFakeDeleteMap .get (KEY_NOT_DELETED_VALUE ) : false ;
5259+ Object notDeletedValue = containNotDeletedValue ? accessFakeDeleteMap .get (KEY_NOT_DELETED_VALUE ) : null ;
52605260
52615261 if (deletedValue != null || containNotDeletedValue ) {
52625262 boolean isFakeDelete = true ;
You can’t perform that action at this time.
0 commit comments