瀏覽代碼

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

jzp 1 月之前
父節點
當前提交
c955fe68f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs-service/src/main/resources/mapper/company/CompanyUserMapper.xml

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