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 (
......
...@@ -2055,3 +2055,104 @@ Caused by: java.io.FileNotFoundException: class path resource [com/fzm/portal/ao ...@@ -2055,3 +2055,104 @@ Caused by: java.io.FileNotFoundException: class path resource [com/fzm/portal/ao
2022-02-09 16:16:44.678 [restartedMain] INFO o.s.a.rabbit.connection.CachingConnectionFactory-Created new connection: rabbitConnectionFactory#4ad5a185:0/SimpleConnection@3db47173 [delegate=amqp://guest@129.211.166.223:5672/, localPort= 63082] 2022-02-09 16:16:44.678 [restartedMain] INFO o.s.a.rabbit.connection.CachingConnectionFactory-Created new connection: rabbitConnectionFactory#4ad5a185:0/SimpleConnection@3db47173 [delegate=amqp://guest@129.211.166.223:5672/, localPort= 63082]
2022-02-09 16:16:44.977 [restartedMain] INFO com.fzm.portal.JoyingPortalApplication-Started JoyingPortalApplication in 6.896 seconds (JVM running for 6722.767) 2022-02-09 16:16:44.977 [restartedMain] INFO com.fzm.portal.JoyingPortalApplication-Started JoyingPortalApplication in 6.896 seconds (JVM running for 6722.767)
2022-02-09 16:16:44.979 [restartedMain] INFO o.s.b.d.a.ConditionEvaluationDeltaLoggingListener-Condition evaluation unchanged 2022-02-09 16:16:44.979 [restartedMain] INFO o.s.b.d.a.ConditionEvaluationDeltaLoggingListener-Condition evaluation unchanged
2022-02-09 16:17:30.019 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:18:30.016 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:19:30.013 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:20:30.017 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:21:30.017 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:22:30.020 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:23:30.027 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:24:30.021 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:25:30.006 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:26:30.014 [scheduling-1] WARN com.fzm.portal.schedule.PayTask-此任务正在运行中
2022-02-09 16:27:00.105 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:27:00.107 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:27:00.102(Timestamp)
2022-02-09 16:27:00.128 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:28:00.043 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:28:00.043 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:28:00.042(Timestamp)
2022-02-09 16:28:00.070 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:29:00.036 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:29:00.036 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:29:00.035(Timestamp)
2022-02-09 16:29:00.093 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:30:00.380 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:30:00.395 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:30:00.38(Timestamp)
2022-02-09 16:30:00.433 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:31:00.036 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:31:00.037 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:31:00.035(Timestamp)
2022-02-09 16:31:00.054 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:32:00.053 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:32:00.054 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:32:00.053(Timestamp)
2022-02-09 16:32:00.071 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:33:00.042 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:33:00.043 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:33:00.042(Timestamp)
2022-02-09 16:33:00.065 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:34:00.049 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:34:00.065 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:34:00.048(Timestamp)
2022-02-09 16:34:00.083 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:35:00.035 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:35:00.036 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:35:00.035(Timestamp)
2022-02-09 16:35:00.052 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:36:00.044 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:36:00.044 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:36:00.044(Timestamp)
2022-02-09 16:36:00.063 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:37:00.037 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:37:00.037 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:37:00.037(Timestamp)
2022-02-09 16:37:00.055 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:38:00.031 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:38:00.031 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:38:00.03(Timestamp)
2022-02-09 16:38:00.049 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:39:00.049 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:39:00.050 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:39:00.047(Timestamp)
2022-02-09 16:39:00.067 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:40:00.036 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:40:00.036 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:40:00.035(Timestamp)
2022-02-09 16:40:00.056 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:41:00.042 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:41:00.043 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:41:00.042(Timestamp)
2022-02-09 16:41:00.059 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:42:00.059 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:42:00.060 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:42:00.043(Timestamp)
2022-02-09 16:42:00.077 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:43:00.065 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:43:00.065 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:43:00.064(Timestamp)
2022-02-09 16:43:00.100 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:44:00.047 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:44:00.048 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:44:00.047(Timestamp)
2022-02-09 16:44:00.065 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:45:00.033 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:45:00.033 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:45:00.032(Timestamp)
2022-02-09 16:45:00.051 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:46:00.043 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:46:00.043 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:46:00.042(Timestamp)
2022-02-09 16:46:00.061 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:47:00.037 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:47:00.037 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:47:00.036(Timestamp)
2022-02-09 16:47:00.054 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:48:00.032 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:48:00.033 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:48:00.031(Timestamp)
2022-02-09 16:48:00.050 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:49:00.048 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:49:00.048 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:49:00.047(Timestamp)
2022-02-09 16:49:00.066 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:50:00.040 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:50:00.040 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:50:00.039(Timestamp)
2022-02-09 16:50:00.058 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:51:00.039 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:51:00.040 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:51:00.039(Timestamp)
2022-02-09 16:51:00.057 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:52:00.046 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:52:00.047 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:52:00.045(Timestamp)
2022-02-09 16:52:00.065 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:53:00.046 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Preparing: SELECT id,order_name,pay_scene,product_id,user_id,fee,order_status,pay_type,create_date,update_date FROM tb_order WHERE (order_status = ? AND create_date <= ?)
2022-02-09 16:53:00.046 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-==> Parameters: 0(Integer), 2022-02-08 16:53:00.045(Timestamp)
2022-02-09 16:53:00.064 [scheduling-1] DEBUG com.fzm.common.mapper.OrderMapper.selectList-<== Total: 0
2022-02-09 16:53:04.065 [Thread-101] INFO o.s.a.r.listener.SimpleMessageListenerContainer-Waiting for workers to finish.
2022-02-09 16:53:04.907 [Thread-101] INFO o.s.a.r.listener.SimpleMessageListenerContainer-Successfully waited for workers to finish.
2022-02-09 16:53:04.921 [Thread-101] INFO o.s.a.r.listener.SimpleMessageListenerContainer-Waiting for workers to finish.
2022-02-09 16:53:05.282 [Thread-101] INFO o.s.a.r.listener.SimpleMessageListenerContainer-Successfully waited for workers to finish.
2022-02-09 16:53:05.495 [Thread-101] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler-Shutting down ExecutorService 'taskScheduler'
2022-02-09 16:53:05.495 [Thread-101] INFO o.s.a.r.listener.SimpleMessageListenerContainer-Shutdown ignored - container is not active already
2022-02-09 16:53:05.495 [Thread-101] INFO o.s.a.r.listener.SimpleMessageListenerContainer-Shutdown ignored - container is not active already
2022-02-09 16:53:05.528 [Thread-101] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor-Shutting down ExecutorService 'threadPoolTaskExecutor'
2022-02-09 16:53:05.544 [Thread-101] INFO com.alibaba.druid.pool.DruidDataSource-{dataSource-15} closing ...
2022-02-09 16:53:05.545 [Thread-101] INFO com.alibaba.druid.pool.DruidDataSource-{dataSource-15} closed
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