File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
APIJSONORM/src/main/java/apijson/orm Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5255,7 +5255,7 @@ else if (userId instanceof Subquery) {}
52555255 Object deletedKey = accessFakeDeleteMap == null ? null : accessFakeDeleteMap .get (KEY_DELETED_KEY );
52565256 boolean hasKey = deletedKey instanceof String && StringUtil .isNotEmpty (deletedKey , true );
52575257 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 ;
52595259 Object notDeletedValue = containNotDeletedValue ? accessFakeDeleteMap .get (KEY_NOT_DELETED_VALUE ) : null ;
52605260
52615261 if (deletedValue != null || containNotDeletedValue ) {
@@ -6020,4 +6020,4 @@ public AbstractSQLConfig setWithAsExprPreparedValueList(List<Object> list) {
60206020 this .withAsExprPreparedValueList = list ;
60216021 return this ;
60226022 }
6023- }
6023+ }
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ https://github.com/Tencent/APIJSON/issues/187
336336 <img src =" https://github.com/Tencent/APIJSON/assets/5738175/9de7c199-4f29-44ed-9cb6-ad5e4fa44dfa " height =" 90 " >
337337 <img src =" https://github.com/Tencent/APIJSON/assets/5738175/d7155a65-22f7-49c6-8354-c309f36e4065 " height =" 60 " >
338338 <img src =" https://github.com/Tencent/APIJSON/assets/5738175/f5a6ec8d-d9a8-49d0-a284-c50f1376647e " height =" 75 " >
339-
339+ < img src = " https://gitee.com/linksame-ivan/APIJSON/blob/master/assets/logo-name.9f99700f.png " height = " 75 " >
340340<br />
341341
342342 * [ 腾讯科技有限公司] ( https://www.tencent.com )
@@ -349,6 +349,7 @@ https://github.com/Tencent/APIJSON/issues/187
349349 * [ 乐拼科技] ( https://www.lepinyongche.com )
350350 * [ 珠海采筑电子商务有限公司] ( https://www.aupup.com )
351351 * [ 爱投斯智能技术(深圳)有限公司] ( http://www.aiotos.net )
352+ * [ 邻盛科技(武汉)有限公司] ( http://www.linksame.com )
352353 * [ 上海麦市信息科技有限公司] ( https://www.masscms.com )
353354
354355### 贡献者们
You can’t perform that action at this time.
0 commit comments