Commit edafffe
committed
fix(DataBase.Mongo): 修复BaseCacheState全局过滤条件逻辑
原逻辑仅过滤IsDeleted为false的记录,现修改为同时处理IsDeleted为null或false的情况,确保未删除记录都能被正确查询1 parent 8170677 commit edafffe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments