소스 검색

认证商户列表查询错误修复

沈静伟 4 년 전
부모
커밋
4c0302f5fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/dsb/com/cnd3b/restcontroller/enterprise/tagents/SQL/认证商户列表查询.sql

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/enterprise/tagents/SQL/认证商户列表查询.sql

@@ -6,7 +6,7 @@ select t1.tagentsid,
        t1.fcontact,
        t1.fphonenumber,
        t1.fbrand,
-       t1.fisused
+       t1.fisused,
        (stuff((select ',' + fprodclassname from tagents_prodclass where siteid = t1.siteid and tagentsid=t1.tagentsid for xml path('')),1,1,'')) as fprodclassname,
        count(t2.tenterprise_userid) as fteamsize,
        max(t3.flastrequestdate)as flastrequestdate