hanfucheng 1 سال پیش
والد
کامیت
3da754ad0d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/generalbusiness/CenterdataTCommunicationMapper.xml

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