Commit 43f2e6a1 authored by tangtuo's avatar tangtuo

修改后台用户列表的统计信息不准确的问题

parent 85e8b9a0
......@@ -8,7 +8,7 @@
u.nickname,
u.auth_type,
u.create_date AS registerDate,
(select count(0) from tb_nft n where u.id = n.user_id and n.nft_hash != '') as publishCount
(select count(0) from tb_nft n where u.wallet = n.publish_address and n.nft_hash != '') as publishCount
FROM tb_user u
<where>
<if test="telephone != null and telephone != ''">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment