Commit 2300a8ed authored by tangtuo's avatar tangtuo

Merge branch 'dev_1.0.0' into test_v1.0.0

parents 6e12332c 85e8b9a0
......@@ -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