Commit eb9ec8d4 authored by tangtuo's avatar tangtuo

收藏接口增加NFT哈希 发行时间两个字段

parent 5cf5f779
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
a.nft_id, a.nft_id,
a.file_url, a.file_url,
a.is_commemorate, a.is_commemorate,
a.nft_hash,
a.publish_time
b.category_name as category b.category_name as category
from tb_nft a left join tb_category b on a.category_id = b.id from tb_nft a left join tb_category b on a.category_id = b.id
where a.id in ( where a.id in (
......
This diff is collapsed.
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