Commit 85e8b9a0 authored by tangtuo's avatar tangtuo

后台nft列表的拥有者改为发行者

parent a4b2538e
......@@ -42,7 +42,7 @@
c.category_name AS category
FROM
tb_nft n
LEFT JOIN tb_user u ON n.user_id = u.id
LEFT JOIN tb_user u ON n.publish_address = u.wallet
LEFT JOIN tb_category c ON n.category_id = c.id
WHERE
is_commemorate=0 and nft_hash != ''
......
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