|
|
@@ -63,7 +63,7 @@ public class ConcatController {
|
|
|
}
|
|
|
MPJLambdaWrapper<XjrUser> wrapper = new MPJLambdaWrapper<>();
|
|
|
wrapper.leftJoin("xjr_user_dept_relation t2 on t.id = t2.user_id")
|
|
|
- .like("t4.hierarchy", parentId + "-")
|
|
|
+ .like("t5.hierarchy", parentId + "-")
|
|
|
.leftJoin("xjr_user_role_relation t3 ON t.id = t3.user_id")
|
|
|
.leftJoin("xjr_role t4 ON t4.id = t3.role_id")
|
|
|
.leftJoin("xjr_department t5 ON t2.dept_id = t4.id")
|