Commit 5518e03c authored by tangtuo's avatar tangtuo

Merge branch 'dev_1.0.0' into test_v1.0.0

parents 2300a8ed 43f2e6a1
......@@ -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