瀏覽代碼

通讯录

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>