yumeng %!s(int64=4) %!d(string=hai) anos
pai
achega
7e7b3ee726

+ 1 - 0
module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/UserAllocationMapper.xml

@@ -66,6 +66,7 @@
     ctop_user_allocation  t2
     ON t1.account_id = t2.account_id
     WHERE t2.project_id = #{projectId}
+    AND t2.account_status = 0
     GROUP BY t1.user_id;
     </select>