diff --git a/APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java b/APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java index 887f721d..83661e3e 100755 --- a/APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java +++ b/APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java @@ -5255,7 +5255,7 @@ else if (userId instanceof Subquery) {} Object deletedKey = accessFakeDeleteMap == null ? null : accessFakeDeleteMap.get(KEY_DELETED_KEY); boolean hasKey = deletedKey instanceof String && StringUtil.isNotEmpty(deletedKey, true); Object deletedValue = hasKey ? accessFakeDeleteMap.get(KEY_DELETED_VALUE) : null; - boolean containNotDeletedValue = hasKey ? accessFakeDeleteMap.containsKey(KEY_NOT_DELETED_VALUE) : null; + boolean containNotDeletedValue = hasKey ? accessFakeDeleteMap.containsKey(KEY_NOT_DELETED_VALUE) : false; Object notDeletedValue = containNotDeletedValue ? accessFakeDeleteMap.get(KEY_NOT_DELETED_VALUE) : null; if (deletedValue != null || containNotDeletedValue) { @@ -6020,4 +6020,4 @@ public AbstractSQLConfig setWithAsExprPreparedValueList(List list) { this.withAsExprPreparedValueList = list; return this; } -} \ No newline at end of file +} diff --git a/README.md b/README.md index 46e06217..76721b69 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ https://github.com/Tencent/APIJSON/issues/187 - +
* [腾讯科技有限公司](https://www.tencent.com) @@ -349,6 +349,7 @@ https://github.com/Tencent/APIJSON/issues/187 * [乐拼科技](https://www.lepinyongche.com) * [珠海采筑电子商务有限公司](https://www.aupup.com) * [爱投斯智能技术(深圳)有限公司](http://www.aiotos.net) + * [邻盛科技(武汉)有限公司](http://www.linksame.com) * [上海麦市信息科技有限公司](https://www.masscms.com) ### 贡献者们