Ver Fonte

1.修改企微客户查询接口

jzp há 1 mês atrás
pai
commit
c955fe68f4

+ 1 - 1
fs-service/src/main/resources/mapper/company/CompanyUserMapper.xml

@@ -646,7 +646,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </select>
     <select id="selectQwUserListLikeName" resultType="com.fs.qw.vo.QwOptionsVO">
         select
-        concat(qw.qw_user_name,'(',qw.id,')') as dictLabel,
+        qw.qw_user_name as dictLabel,
         qw.id as dictValue
         from qw_user qw
         <where>