|
@@ -51,7 +51,7 @@ public class MySpringBootTest {
|
|
|
dept_id,
|
|
|
childTable.field(tenant_id),
|
|
|
childTable.field("status"),
|
|
|
- IQueryColumn.field("sys_dept.ancestors", "ancestors"),
|
|
|
+ IQueryColumn.field("sys_dept.ancestors ancestors"),
|
|
|
Sql.create().select(dept_id).from(sys_dept).limit(1).as("ccc")
|
|
|
)
|
|
|
.from(childTable)
|