소스 검색

通讯录

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>