fix: 未生效的 JOIN 跳过拼接逻辑删除。

This commit is contained in:
Suomm 2024-04-28 13:17:34 +08:00
parent 5aa67a16c7
commit b16edc5a3d

View File

@ -913,6 +913,9 @@ public class TableInfo {
List<Join> joins = CPI.getJoins(queryWrapper);
if (CollectionUtil.isNotEmpty(joins)) {
for (Join join : joins) {
if (!join.checkEffective()) {
continue;
}
QueryTable joinQueryTable = CPI.getJoinQueryTable(join);
// join select