Просмотр исходного кода

团队管理下级账号查询错误修复

沈静伟 4 лет назад
Родитель
Сommit
a2ea991daa

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/customer/usercenter/teammsg/SQL/下级账号查询.sql

@@ -1,4 +1,4 @@
 select t1.fparentid, t2.tenterprise_userid, t2.fname, t2.fphonenumber, t2.frole
 from tenterprise_userdetail t1
          inner join tenterprise_users t2 on t1.siteid = t2.siteid and t1.fsubid = t2.tenterprise_userid
-where t1.siteid =$siteid$ and t1.fparentid in $fparentid$ and t1.fisused=1
+where t1.siteid =$siteid$ and t1.fparentid in $fparentid$ and t2.fisused=1