瀏覽代碼

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

沈静伟 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