@@ -139,7 +139,7 @@
a.id,
a.dept_id as parentId,
a.name as label,
- a.phone as phone
+ a.mobile as mobile
from centerdata_t_communication a
left join ${database_system}.sys_dept d ON d.dept_id = a.dept_id
<where>