File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
APIJSONORM/src/main/java/apijson/orm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5255,7 +5255,7 @@ else if (userId instanceof Subquery) {}
5255
5255
Object deletedKey = accessFakeDeleteMap == null ? null : accessFakeDeleteMap .get (KEY_DELETED_KEY );
5256
5256
boolean hasKey = deletedKey instanceof String && StringUtil .isNotEmpty (deletedKey , true );
5257
5257
Object deletedValue = hasKey ? accessFakeDeleteMap .get (KEY_DELETED_VALUE ) : null ;
5258
- boolean containNotDeletedValue = hasKey ? accessFakeDeleteMap .containsKey (KEY_NOT_DELETED_VALUE ) : null ;
5258
+ boolean containNotDeletedValue = hasKey ? accessFakeDeleteMap .containsKey (KEY_NOT_DELETED_VALUE ) : false ;
5259
5259
Object notDeletedValue = containNotDeletedValue ? accessFakeDeleteMap .get (KEY_NOT_DELETED_VALUE ) : null ;
5260
5260
5261
5261
if (deletedValue != null || containNotDeletedValue ) {
@@ -6020,4 +6020,4 @@ public AbstractSQLConfig setWithAsExprPreparedValueList(List<Object> list) {
6020
6020
this .withAsExprPreparedValueList = list ;
6021
6021
return this ;
6022
6022
}
6023
- }
6023
+ }
You can’t perform that action at this time.
0 commit comments