Parcourir la source

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

沈静伟 il y a 4 ans
Parent
commit
4c0302f5fd

+ 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