mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 04:51:43 +08:00
feat: 数据关联改为左连接等方式
This commit is contained in:
@@ -641,6 +641,8 @@ public class DataSetTableService {
|
||||
return " LEFT JOIN ";
|
||||
case "N:1":
|
||||
return " RIGHT JOIN ";
|
||||
case "N:N":
|
||||
return " FULL JOIN ";
|
||||
default:
|
||||
return " INNER JOIN ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user