hanfucheng před 1 rokem
rodič
revize
3da754ad0d

+ 1 - 1
src/main/resources/mapper/generalbusiness/CenterdataTCommunicationMapper.xml

@@ -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>