Commit 8a3342bc authored by tangtuo's avatar tangtuo

更新sql

parent e0edaf25
......@@ -32,6 +32,9 @@ public class NftCertificateVo {
@ApiModelProperty("存证时间")
private Date publishTime;
@ApiModelProperty("作者")
private String author;
public NftCertificateVo(Nft nft, User user) {
this.name = nft.getName();
......@@ -39,6 +42,7 @@ public class NftCertificateVo {
this.id = nft.getId();
this.publisher = user.getNickname();
this.publishTime = nft.getPublishTime();
this.author = nft.getAuthor();
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
2022-01-04 10:22:12.254 [background-preinit] INFO org.hibernate.validator.internal.util.Version-HV000001: Hibernate Validator 6.1.7.Final
2022-01-04 10:22:12.285 [restartedMain] INFO com.fzm.portal.JoyingPortalApplication-Starting JoyingPortalApplication on LAPTOP-AT8CNAMK with PID 65436 (D:\workspace\fzm-joying\joying-portal\target\classes started by tangtuo in D:\workspace\fzm-joying)
2022-01-04 10:22:12.286 [restartedMain] INFO com.fzm.portal.JoyingPortalApplication-The following profiles are active: nj
2022-01-04 10:22:12.335 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor-Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2022-01-04 10:22:12.335 [restartedMain] INFO o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor-For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2022-01-04 10:22:13.273 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate-Multiple Spring Data modules found, entering strict repository configuration mode!
2022-01-04 10:22:13.275 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate-Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2022-01-04 10:22:13.297 [restartedMain] INFO o.s.d.r.config.RepositoryConfigurationDelegate-Finished Spring Data repository scanning in 11ms. Found 0 Redis repository interfaces.
2022-01-04 10:22:14.204 [restartedMain] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer-Tomcat initialized with port(s): 8001 (http)
2022-01-04 10:22:14.211 [restartedMain] INFO org.apache.coyote.http11.Http11NioProtocol-Initializing ProtocolHandler ["http-nio-8001"]
2022-01-04 10:22:14.212 [restartedMain] INFO org.apache.catalina.core.StandardService-Starting service [Tomcat]
2022-01-04 10:22:14.212 [restartedMain] INFO org.apache.catalina.core.StandardEngine-Starting Servlet engine: [Apache Tomcat/9.0.43]
2022-01-04 10:22:14.342 [restartedMain] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]-Initializing Spring embedded WebApplicationContext
2022-01-04 10:22:14.342 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext-Root WebApplicationContext: initialization completed in 2007 ms
2022-01-04 10:22:14.498 [restartedMain] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure-Init DruidDataSource
2022-01-04 10:22:15.560 [restartedMain] INFO com.alibaba.druid.pool.DruidDataSource-{dataSource-1} inited
2022-01-04 10:22:17.227 [restartedMain] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|ObsClient||||2022-01-04 10:22:16|2022-01-04 10:22:17|||0|
2022-01-04 10:22:17.229 [restartedMain] WARN com.obs.services.ObsClient-[OBS SDK Version=3.20.6.1];[Endpoint=https://obs.cn-east-3.myhuaweicloud.com:443/];[Access Mode=Virtul Hosting]
2022-01-04 10:22:17.520 [restartedMain] INFO org.redisson.Version-Redisson 3.16.0
2022-01-04 10:22:18.540 [redisson-netty-4-18] INFO o.r.connection.pool.MasterPubSubConnectionPool-1 connections initialized for 146.56.218.121/146.56.218.121:6379
2022-01-04 10:22:18.662 [redisson-netty-4-21] INFO org.redisson.connection.pool.MasterConnectionPool-24 connections initialized for 146.56.218.121/146.56.218.121:6379
2022-01-04 10:22:18.804 [restartedMain] WARN c.b.mybatisplus.core.metadata.TableInfoHelper-Warn: Could not find @TableId in Class: com.fzm.common.entity.CopyrightApplyOwnerRelation.
2022-01-04 10:22:18.884 [restartedMain] WARN c.b.mybatisplus.core.metadata.TableInfoHelper-Warn: Could not find @TableId in Class: com.fzm.common.entity.CopyrightAuthorityRelation.
2022-01-04 10:22:18.971 [restartedMain] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor-Initializing ExecutorService 'threadPoolTaskExecutor'
2022-01-04 10:22:19.923 [restartedMain] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping-Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2022-01-04 10:22:20.180 [restartedMain] INFO o.s.b.d.autoconfigure.OptionalLiveReloadServer-LiveReload server is running on port 35729
2022-01-04 10:22:20.741 [restartedMain] INFO org.apache.coyote.http11.Http11NioProtocol-Starting ProtocolHandler ["http-nio-8001"]
2022-01-04 10:22:20.754 [restartedMain] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer-Tomcat started on port(s): 8001 (http) with context path ''
2022-01-04 10:22:20.755 [restartedMain] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper-Context refreshed
2022-01-04 10:22:20.771 [restartedMain] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper-Found 1 custom documentation plugin(s)
2022-01-04 10:22:20.801 [restartedMain] INFO s.d.spring.web.scanners.ApiListingReferenceScanner-Scanning for api listing references
2022-01-04 10:22:20.911 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_1
2022-01-04 10:22:20.923 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_2
2022-01-04 10:22:20.941 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_3
2022-01-04 10:22:20.969 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: getByIdUsingGET_1
2022-01-04 10:22:20.988 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_4
2022-01-04 10:22:21.009 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: addUsingPOST_1
2022-01-04 10:22:21.009 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: deleteUsingPOST_1
2022-01-04 10:22:21.016 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_5
2022-01-04 10:22:21.017 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: updateUsingPOST_1
2022-01-04 10:22:21.019 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: deleteUsingPOST_2
2022-01-04 10:22:21.022 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_6
2022-01-04 10:22:21.052 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_7
2022-01-04 10:22:21.057 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: publishUsingPOST_1
2022-01-04 10:22:21.073 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: saveUsingPOST_1
2022-01-04 10:22:21.082 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: getDetailUsingGET_1
2022-01-04 10:22:21.084 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_8
2022-01-04 10:22:21.086 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: listUsingGET_9
2022-01-04 10:22:21.087 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: deleteUsingPOST_3
2022-01-04 10:22:21.088 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: downloadUsingPOST_1
2022-01-04 10:22:21.089 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: uploadUsingPOST_1
2022-01-04 10:22:21.110 [restartedMain] INFO s.d.s.w.r.operation.CachingOperationNameGenerator-Generating unique operation named: updateUsingPOST_2
2022-01-04 10:22:21.130 [restartedMain] INFO com.fzm.portal.JoyingPortalApplication-Started JoyingPortalApplication in 9.283 seconds (JVM running for 11.497)
2022-01-04 10:28:41.361 [http-nio-8001-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]-Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-04 10:28:41.361 [http-nio-8001-exec-1] INFO org.springframework.web.servlet.DispatcherServlet-Initializing Servlet 'dispatcherServlet'
2022-01-04 10:28:41.370 [http-nio-8001-exec-1] INFO org.springframework.web.servlet.DispatcherServlet-Completed initialization in 9 ms
2022-01-04 10:29:27.145 [http-nio-8001-exec-10] INFO com.fzm.portal.aop.LogAop-请求路径: /user/login,请求参数:[LoginParam(telephone=17620078872, email=null, password=123456, verificationCode=null, codetype=null)]
2022-01-04 10:29:27.278 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectOne-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE (telephone = ? OR email = ?)
2022-01-04 10:29:27.378 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectOne-==> Parameters: 17620078872(String), 17620078872(String)
2022-01-04 10:29:27.416 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectOne-<== Total: 0
2022-01-04 10:29:27.764 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.insert-==> Preparing: INSERT INTO tb_user ( telephone, password, wallet, nickname, create_time, update_time ) VALUES ( ?, ?, ?, ?, ?, ? )
2022-01-04 10:29:27.770 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.insert-==> Parameters: 17620078872(String), $2a$10$.h1iSOwADrrllbjoXsSXc.RqjqvZzc9WNpQBcIJLz9/AeZm/yUI6.(String), 146vBTPGoJxdJBLqN7x7oBkp1Gt3Puyhom(String), INMVO-177554(String), 1641263367763(Long), 1641263367763(Long)
2022-01-04 10:29:27.799 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.insert-<== Updates: 1
2022-01-04 10:29:27.994 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:29:27.996 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:29:28.016 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:29:28.275 [http-nio-8001-exec-10] INFO com.fzm.portal.aop.LogAop-请求路径:/user/login,接口耗时:1131ms
2022-01-04 10:30:34.631 [http-nio-8001-exec-2] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:30:34.632 [http-nio-8001-exec-2] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:30:34.648 [http-nio-8001-exec-2] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:30:34.667 [http-nio-8001-exec-2] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:30:35.068 [http-nio-8001-exec-2] INFO com.obs.services.internal.RestStorageService-OkHttp cost 384 ms to apply http request
2022-01-04 10:30:35.073 [http-nio-8001-exec-2] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:30:34|2022-01-04 10:30:35||[responseCode: 200][request-id: 0000017E22EC8CDD95432AF5879EDB81]|0|
2022-01-04 10:30:35.092 [http-nio-8001-exec-2] INFO com.obs.services.internal.RestStorageService-write data end, cost 4 ms
2022-01-04 10:30:35.236 [http-nio-8001-exec-2] INFO com.obs.services.internal.RestStorageService-OkHttp cost 154 ms to apply http request
2022-01-04 10:30:35.237 [http-nio-8001-exec-2] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:30:35|2022-01-04 10:30:35||[responseCode: 200][request-id: 0000017E22EC8D5095432C147204A3F8]|0|
2022-01-04 10:30:35.240 [http-nio-8001-exec-2] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:30:34|2022-01-04 10:30:35|||0|
2022-01-04 10:30:35.240 [http-nio-8001-exec-2] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 570 ms
2022-01-04 10:30:35.241 [http-nio-8001-exec-2] INFO com.obs.log.AccessLogger-2022-01-04 10:30:35 068|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 384 ms to apply http request
2022-01-04 10:30:35 073|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:30:34|2022-01-04 10:30:35||[responseCode: 200][request-id: 0000017E22EC8CDD95432AF5879EDB81]|0|
2022-01-04 10:30:35 092|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 4 ms
2022-01-04 10:30:35 237|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 154 ms to apply http request
2022-01-04 10:30:35 238|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:30:35|2022-01-04 10:30:35||[responseCode: 200][request-id: 0000017E22EC8D5095432C147204A3F8]|0|
2022-01-04 10:30:35 240|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:30:34|2022-01-04 10:30:35|||0|
2022-01-04 10:30:35 240|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 570 ms
2022-01-04 10:30:35.241 [http-nio-8001-exec-2] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:574ms
2022-01-04 10:31:22.195 [http-nio-8001-exec-4] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:31:22.195 [http-nio-8001-exec-4] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:31:22.213 [http-nio-8001-exec-4] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:31:22.228 [http-nio-8001-exec-4] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:31:22.306 [http-nio-8001-exec-4] INFO com.obs.services.internal.RestStorageService-write data end, cost 1 ms
2022-01-04 10:31:22.390 [http-nio-8001-exec-4] INFO com.obs.services.internal.RestStorageService-OkHttp cost 160 ms to apply http request
2022-01-04 10:31:22.391 [http-nio-8001-exec-4] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:31:22|2022-01-04 10:31:22||[responseCode: 200][request-id: 0000017E22ED45BE9594C337FA12352B]|0|
2022-01-04 10:31:22.393 [http-nio-8001-exec-4] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:31:22|2022-01-04 10:31:22|||0|
2022-01-04 10:31:22.393 [http-nio-8001-exec-4] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 164 ms
2022-01-04 10:31:22.393 [http-nio-8001-exec-4] INFO com.obs.log.AccessLogger-2022-01-04 10:31:22 306|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 1 ms
2022-01-04 10:31:22 391|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 160 ms to apply http request
2022-01-04 10:31:22 391|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:31:22|2022-01-04 10:31:22||[responseCode: 200][request-id: 0000017E22ED45BE9594C337FA12352B]|0|
2022-01-04 10:31:22 393|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:31:22|2022-01-04 10:31:22|||0|
2022-01-04 10:31:22 393|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 164 ms
2022-01-04 10:31:22.393 [http-nio-8001-exec-4] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:165ms
2022-01-04 10:32:32.365 [http-nio-8001-exec-8] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:32:32.365 [http-nio-8001-exec-8] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:32:32.380 [http-nio-8001-exec-8] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:32:32.395 [http-nio-8001-exec-8] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:32:32.452 [http-nio-8001-exec-8] INFO com.obs.services.internal.RestStorageService-write data end, cost 2 ms
2022-01-04 10:32:32.486 [http-nio-8001-exec-8] INFO com.obs.services.internal.RestStorageService-OkHttp cost 89 ms to apply http request
2022-01-04 10:32:32.487 [http-nio-8001-exec-8] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:32:32|2022-01-04 10:32:32||[responseCode: 200][request-id: 0000017E22EE57BF97C8BD99423CD95F]|0|
2022-01-04 10:32:32.488 [http-nio-8001-exec-8] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:32:32|2022-01-04 10:32:32|||0|
2022-01-04 10:32:32.488 [http-nio-8001-exec-8] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 92 ms
2022-01-04 10:32:32.488 [http-nio-8001-exec-8] INFO com.obs.log.AccessLogger-2022-01-04 10:32:32 452|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 2 ms
2022-01-04 10:32:32 486|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 89 ms to apply http request
2022-01-04 10:32:32 487|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:32:32|2022-01-04 10:32:32||[responseCode: 200][request-id: 0000017E22EE57BF97C8BD99423CD95F]|0|
2022-01-04 10:32:32 488|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:32:32|2022-01-04 10:32:32|||0|
2022-01-04 10:32:32 488|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 92 ms
2022-01-04 10:32:32.488 [http-nio-8001-exec-8] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:93ms
2022-01-04 10:33:20.316 [http-nio-8001-exec-3] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:33:20.316 [http-nio-8001-exec-3] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:33:20.332 [http-nio-8001-exec-3] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:33:20.345 [http-nio-8001-exec-3] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:33:20.417 [http-nio-8001-exec-3] INFO com.obs.services.internal.RestStorageService-write data end, cost 1 ms
2022-01-04 10:33:20.455 [http-nio-8001-exec-3] INFO com.obs.services.internal.RestStorageService-OkHttp cost 109 ms to apply http request
2022-01-04 10:33:20.455 [http-nio-8001-exec-3] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:33:20|2022-01-04 10:33:20||[responseCode: 200][request-id: 0000017E22EF131E98888DB6E66ED194]|0|
2022-01-04 10:33:20.456 [http-nio-8001-exec-3] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:33:20|2022-01-04 10:33:20|||0|
2022-01-04 10:33:20.456 [http-nio-8001-exec-3] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 111 ms
2022-01-04 10:33:20.456 [http-nio-8001-exec-3] INFO com.obs.log.AccessLogger-2022-01-04 10:33:20 417|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 1 ms
2022-01-04 10:33:20 455|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 109 ms to apply http request
2022-01-04 10:33:20 455|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:33:20|2022-01-04 10:33:20||[responseCode: 200][request-id: 0000017E22EF131E98888DB6E66ED194]|0|
2022-01-04 10:33:20 456|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:33:20|2022-01-04 10:33:20|||0|
2022-01-04 10:33:20 456|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 111 ms
2022-01-04 10:33:20.456 [http-nio-8001-exec-3] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:111ms
2022-01-04 10:33:56.251 [http-nio-8001-exec-7] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:33:56.251 [http-nio-8001-exec-7] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:33:56.266 [http-nio-8001-exec-7] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:33:56.285 [http-nio-8001-exec-7] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:33:56.337 [http-nio-8001-exec-7] INFO com.obs.services.internal.RestStorageService-write data end, cost 0 ms
2022-01-04 10:33:56.434 [http-nio-8001-exec-7] INFO com.obs.services.internal.RestStorageService-OkHttp cost 147 ms to apply http request
2022-01-04 10:33:56.435 [http-nio-8001-exec-7] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:33:56|2022-01-04 10:33:56||[responseCode: 200][request-id: 0000017E22EF9F6F98E4C4CF84D5AE92]|0|
2022-01-04 10:33:56.436 [http-nio-8001-exec-7] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:33:56|2022-01-04 10:33:56|||0|
2022-01-04 10:33:56.437 [http-nio-8001-exec-7] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 151 ms
2022-01-04 10:33:56.437 [http-nio-8001-exec-7] INFO com.obs.log.AccessLogger-2022-01-04 10:33:56 337|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 0 ms
2022-01-04 10:33:56 434|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 147 ms to apply http request
2022-01-04 10:33:56 435|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:33:56|2022-01-04 10:33:56||[responseCode: 200][request-id: 0000017E22EF9F6F98E4C4CF84D5AE92]|0|
2022-01-04 10:33:56 436|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:33:56|2022-01-04 10:33:56|||0|
2022-01-04 10:33:56 437|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 151 ms
2022-01-04 10:33:56.437 [http-nio-8001-exec-7] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:152ms
2022-01-04 10:34:46.590 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:34:46.591 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:34:46.606 [http-nio-8001-exec-10] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:34:46.621 [http-nio-8001-exec-10] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:34:46.677 [http-nio-8001-exec-10] INFO com.obs.services.internal.RestStorageService-write data end, cost 1 ms
2022-01-04 10:34:46.712 [http-nio-8001-exec-10] INFO com.obs.services.internal.RestStorageService-OkHttp cost 90 ms to apply http request
2022-01-04 10:34:46.712 [http-nio-8001-exec-10] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:34:46|2022-01-04 10:34:46||[responseCode: 200][request-id: 0000017E22F06411980961E19F008E81]|0|
2022-01-04 10:34:46.713 [http-nio-8001-exec-10] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:34:46|2022-01-04 10:34:46|||0|
2022-01-04 10:34:46.713 [http-nio-8001-exec-10] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 92 ms
2022-01-04 10:34:46.713 [http-nio-8001-exec-10] INFO com.obs.log.AccessLogger-2022-01-04 10:34:46 677|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 1 ms
2022-01-04 10:34:46 712|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 90 ms to apply http request
2022-01-04 10:34:46 712|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:34:46|2022-01-04 10:34:46||[responseCode: 200][request-id: 0000017E22F06411980961E19F008E81]|0|
2022-01-04 10:34:46 713|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:34:46|2022-01-04 10:34:46|||0|
2022-01-04 10:34:46 713|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 92 ms
2022-01-04 10:34:46.713 [http-nio-8001-exec-10] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:93ms
2022-01-04 10:35:15.913 [http-nio-8001-exec-1] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:35:15.913 [http-nio-8001-exec-1] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:35:15.931 [http-nio-8001-exec-1] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:35:15.947 [http-nio-8001-exec-1] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:35:15.957 [http-nio-8001-exec-1] INFO com.obs.services.internal.RestStorageService-write data end, cost 1 ms
2022-01-04 10:35:15.991 [http-nio-8001-exec-1] INFO com.obs.services.internal.RestStorageService-OkHttp cost 43 ms to apply http request
2022-01-04 10:35:15.992 [http-nio-8001-exec-1] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:35:15|2022-01-04 10:35:15||[responseCode: 200][request-id: 0000017E22F0D6719809850DBE3DFAE0]|0|
2022-01-04 10:35:15.992 [http-nio-8001-exec-1] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:35:15|2022-01-04 10:35:15|||0|
2022-01-04 10:35:15.992 [http-nio-8001-exec-1] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 45 ms
2022-01-04 10:35:15.993 [http-nio-8001-exec-1] INFO com.obs.log.AccessLogger-2022-01-04 10:35:15 958|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 1 ms
2022-01-04 10:35:15 991|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 43 ms to apply http request
2022-01-04 10:35:15 992|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:35:15|2022-01-04 10:35:15||[responseCode: 200][request-id: 0000017E22F0D6719809850DBE3DFAE0]|0|
2022-01-04 10:35:15 992|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:35:15|2022-01-04 10:35:15|||0|
2022-01-04 10:35:15 992|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 45 ms
2022-01-04 10:35:15.993 [http-nio-8001-exec-1] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:46ms
2022-01-04 10:35:45.301 [http-nio-8001-exec-9] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:35:45.301 [http-nio-8001-exec-9] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:35:45.316 [http-nio-8001-exec-9] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:35:45.330 [http-nio-8001-exec-9] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:35:45.336 [http-nio-8001-exec-9] INFO com.obs.services.internal.RestStorageService-write data end, cost 1 ms
2022-01-04 10:35:45.402 [http-nio-8001-exec-9] INFO com.obs.services.internal.RestStorageService-OkHttp cost 70 ms to apply http request
2022-01-04 10:35:45.402 [http-nio-8001-exec-9] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:35:45|2022-01-04 10:35:45||[responseCode: 200][request-id: 0000017E22F1493398090523A59A3331]|0|
2022-01-04 10:35:45.403 [http-nio-8001-exec-9] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:35:45|2022-01-04 10:35:45|||0|
2022-01-04 10:35:45.403 [http-nio-8001-exec-9] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 73 ms
2022-01-04 10:35:45.403 [http-nio-8001-exec-9] INFO com.obs.log.AccessLogger-2022-01-04 10:35:45 336|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 1 ms
2022-01-04 10:35:45 402|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 70 ms to apply http request
2022-01-04 10:35:45 402|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:35:45|2022-01-04 10:35:45||[responseCode: 200][request-id: 0000017E22F1493398090523A59A3331]|0|
2022-01-04 10:35:45 403|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:35:45|2022-01-04 10:35:45|||0|
2022-01-04 10:35:45 403|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 73 ms
2022-01-04 10:35:45.403 [http-nio-8001-exec-9] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:73ms
2022-01-04 10:36:06.326 [http-nio-8001-exec-5] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Preparing: SELECT id,telephone,email,password,wallet,nickname,signature,avatar,auth_type,auth_status,is_publish,create_date,update_date,create_time,update_time FROM tb_user WHERE id=?
2022-01-04 10:36:06.326 [http-nio-8001-exec-5] DEBUG com.fzm.common.mapper.UserMapper.selectById-==> Parameters: 2(Integer)
2022-01-04 10:36:06.342 [http-nio-8001-exec-5] DEBUG com.fzm.common.mapper.UserMapper.selectById-<== Total: 1
2022-01-04 10:36:06.357 [http-nio-8001-exec-5] INFO com.fzm.portal.aop.LogAop-请求路径: /oss/upload,请求参数:[]
2022-01-04 10:36:06.376 [http-nio-8001-exec-5] INFO com.obs.services.internal.RestStorageService-write data end, cost 1 ms
2022-01-04 10:36:06.401 [http-nio-8001-exec-5] INFO com.obs.services.internal.RestStorageService-OkHttp cost 42 ms to apply http request
2022-01-04 10:36:06.401 [http-nio-8001-exec-5] INFO com.obs.services.internal.RestStorageService-Storage|1|HTTP+XML|performRequest||||2022-01-04 10:36:06|2022-01-04 10:36:06||[responseCode: 200][request-id: 0000017E22F19B649809C4CD523384B6]|0|
2022-01-04 10:36:06.402 [http-nio-8001-exec-5] INFO com.obs.services.ObsClient-Storage|1|HTTP+XML|putObject||||2022-01-04 10:36:06|2022-01-04 10:36:06|||0|
2022-01-04 10:36:06.403 [http-nio-8001-exec-5] INFO com.obs.services.ObsClient-ObsClient [putObject] cost 45 ms
2022-01-04 10:36:06.403 [http-nio-8001-exec-5] INFO com.obs.log.AccessLogger-2022-01-04 10:36:06 376|com.obs.services.internal.RepeatableRequestEntity|writeTo|107|write data end, cost 1 ms
2022-01-04 10:36:06 401|com.obs.services.internal.RestStorageService|performRequest|672|OkHttp cost 42 ms to apply http request
2022-01-04 10:36:06 402|com.obs.services.internal.RestStorageService|performRequest|819|Storage|1|HTTP+XML|performRequest||||2022-01-04 10:36:06|2022-01-04 10:36:06||[responseCode: 200][request-id: 0000017E22F19B649809C4CD523384B6]|0|
2022-01-04 10:36:06 402|com.obs.services.ObsClient|doActionWithResult|3933|Storage|1|HTTP+XML|putObject||||2022-01-04 10:36:06|2022-01-04 10:36:06|||0|
2022-01-04 10:36:06 403|com.obs.services.ObsClient|doActionWithResult|3934|ObsClient [putObject] cost 45 ms
2022-01-04 10:36:06.403 [http-nio-8001-exec-5] INFO com.fzm.portal.aop.LogAop-请求路径:/oss/upload,接口耗时:46ms
/*
Navicat Premium Data Transfer
Source Server : 172.16.101.135
Source Server : 146.56.197.42
Source Server Type : MySQL
Source Server Version : 50734
Source Host : 172.16.101.135:3306
Source Schema : joying_dev
Source Server Version : 50731
Source Host : 146.56.197.42:3306
Source Schema : joying
Target Server Type : MySQL
Target Server Version : 50734
Target Server Version : 50731
File Encoding : 65001
Date: 24/12/2021 09:59:15
Date: 04/01/2022 10:38:39
*/
SET NAMES utf8mb4;
......@@ -33,6 +33,10 @@ CREATE TABLE `tb_admin` (
`update_time` bigint(20) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '后台管理用户' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of tb_admin
-- ----------------------------
INSERT INTO `tb_admin` VALUES (1, '18888888888', 'admin', '$2a$10$IFbt4AT8s4JyaNfqvNlHQumP0jqEjffjuWABYrk4xFWeGOx1tkudu', 1, '2021-07-05 06:56:44', '2021-07-05 06:56:44', NULL, NULL);
INSERT INTO `tb_admin` VALUES (2, '17620078872', 'admin', '$2a$10$IFbt4AT8s4JyaNfqvNlHQumP0jqEjffjuWABYrk4xFWeGOx1tkudu', 1, '2021-07-05 06:56:44', '2021-07-05 06:56:44', NULL, NULL);
INSERT INTO `tb_admin` VALUES (3, '18888886666', 'admin', '$2a$10$IFbt4AT8s4JyaNfqvNlHQumP0jqEjffjuWABYrk4xFWeGOx1tkudu', 1, '2021-07-05 06:56:44', '2021-07-05 06:56:44', NULL, NULL);
......@@ -77,7 +81,7 @@ CREATE TABLE `tb_auth_person` (
`update_time` bigint(20) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `idx_userid`(`user_id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 10 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '个人认证信息表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '个人认证信息表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for tb_authority
......@@ -89,6 +93,10 @@ CREATE TABLE `tb_authority` (
`type` tinyint(255) NOT NULL DEFAULT 0 COMMENT '类型 0-个人作品 1-合作作品 2-法人作品 3-职务作品 4-委托作品',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 86 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '权力拥有情况表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of tb_authority
-- ----------------------------
INSERT INTO `tb_authority` VALUES (1, '发版权', 1);
INSERT INTO `tb_authority` VALUES (2, '署名权', 1);
INSERT INTO `tb_authority` VALUES (3, '修改权', 1);
......@@ -174,6 +182,7 @@ INSERT INTO `tb_authority` VALUES (82, '改编权', 5);
INSERT INTO `tb_authority` VALUES (83, '翻译权', 5);
INSERT INTO `tb_authority` VALUES (84, '汇编权', 5);
INSERT INTO `tb_authority` VALUES (85, '其他', 5);
-- ----------------------------
-- Table structure for tb_category
-- ----------------------------
......@@ -189,6 +198,9 @@ CREATE TABLE `tb_category` (
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '首页类目表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of tb_category
-- ----------------------------
INSERT INTO `tb_category` VALUES (1, '剧本', 'SCRIPT', '2021-07-01 06:28:16', '2021-07-01 06:28:16', NULL, NULL);
INSERT INTO `tb_category` VALUES (2, '视频', 'VIDEO', '2021-07-01 06:29:03', '2021-07-01 06:29:03', NULL, NULL);
INSERT INTO `tb_category` VALUES (3, '电影', 'FILE', '2021-07-01 06:29:20', '2021-07-01 06:29:20', NULL, NULL);
......@@ -241,40 +253,41 @@ CREATE TABLE `tb_commemorate_nft` (
DROP TABLE IF EXISTS `tb_copyright_apply`;
CREATE TABLE `tb_copyright_apply` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`serial_num` varchar(32) NOT NULL DEFAULT '' COMMENT '流水号',
`serial_num` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '流水号',
`user_id` int(11) NOT NULL COMMENT '用户id',
`nft_hash` varchar(256) NOT NULL DEFAULT '' COMMENT 'nft哈希',
`nft_name` varchar(128) NOT NULL DEFAULT '' COMMENT 'nft名称',
`register_entrust` varchar(255) NOT NULL DEFAULT '' COMMENT '登记委托书',
`opus_name` varchar(64) NOT NULL DEFAULT '' COMMENT '作品名称',
`nft_hash` varchar(256) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT 'nft哈希',
`nft_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT 'nft名称',
`register_entrust` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '登记委托书',
`opus_name` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '作品名称',
`opus_category_id` int(11) NOT NULL COMMENT '作品类别id',
`opus_property` varchar(16) NOT NULL DEFAULT '' COMMENT '作品性质',
`content_synopsis` varchar(1024) NOT NULL DEFAULT '' COMMENT '内容简介',
`create_process` varchar(255) NOT NULL DEFAULT '' COMMENT '创作过程',
`opus_property` varchar(16) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '作品性质',
`content_synopsis` varchar(1024) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '内容简介',
`create_process` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '创作过程',
`opus_complete_date` date NOT NULL COMMENT '作品完成日期',
`opus_complete_province` varchar(8) NOT NULL DEFAULT '' COMMENT '作品完成省份',
`opus_complete_city` varchar(8) NOT NULL COMMENT '作品完成城市',
`publish_state` tinyint(1) NOT NULL DEFAULT '0' COMMENT '发表状态 0-未发表 1-已发表',
`first_publish_date` date DEFAULT NULL COMMENT '首次发表日期',
`first_publish_province` varchar(8) DEFAULT NULL COMMENT '首次发表省份',
`first_publish_city` varchar(8) DEFAULT NULL COMMENT '首次发表城市',
`authority_acquire_mode` varchar(8) NOT NULL DEFAULT '' COMMENT '权力取得方式',
`authority_acquire_prove` varchar(255) NOT NULL DEFAULT '' COMMENT '权力取得证明材料',
`authority_ascription_mode` varchar(8) NOT NULL DEFAULT '' COMMENT '权力归属方式',
`authority_ascription_prove` varchar(255) NOT NULL DEFAULT '' COMMENT '权力归属证明材料',
`opus_power_guarantee` varchar(255) NOT NULL COMMENT '作品权力保证书',
`apply_time` datetime NOT NULL COMMENT '申请时间',
`register_state` tinyint(1) NOT NULL DEFAULT '0' COMMENT '登记状态 -1:已撤回 0:待审核 2:已提交 3:已驳回 4:登记成功 5:审核失败',
`evidence_hash` varchar(128) NOT NULL DEFAULT '' COMMENT '存证哈希',
`evidence_date` date DEFAULT NULL COMMENT '存证日期',
`reject_reason` varchar(512) NOT NULL DEFAULT '' COMMENT '驳回原因',
`content` text COMMENT 'json',
`register_code` varchar(255) NOT NULL DEFAULT '' COMMENT '登记证书编号,在版权登记审核通过后生成',
`create_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`opus_complete_province` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '作品完成省份',
`opus_complete_city` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '作品完成城市',
`publish_state` tinyint(1) NOT NULL DEFAULT 0 COMMENT '发表状态 0-未发表 1-已发表',
`first_publish_date` date NULL DEFAULT NULL COMMENT '首次发表日期',
`first_publish_province` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '首次发表省份',
`first_publish_city` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '首次发表城市',
`authority_acquire_mode` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '权力取得方式',
`authority_acquire_prove` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '权力取得证明材料',
`authority_ascription_mode` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '权力归属方式',
`authority_ascription_prove` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '权力归属证明材料',
`opus_power_guarantee` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '作品权力保证书',
`apply_time` datetime(0) NOT NULL COMMENT '申请时间',
`register_state` tinyint(1) NOT NULL DEFAULT 0 COMMENT '登记状态 -1:已撤回 0:待审核 2:已提交 3:已驳回 4:登记成功 5:审核失败',
`evidence_hash` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '存证哈希',
`evidence_date` date NULL DEFAULT NULL COMMENT '存证日期',
`reject_reason` varchar(512) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '驳回原因',
`content` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT 'json',
`register_code` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT '登记证书编号,在版权登记审核通过后生成',
`create_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP(0),
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `idx_nfthash` (`nft_hash`)
UNIQUE INDEX `idx_nfthash`(`nft_hash`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '版权申请表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for tb_copyright_apply_owner_relation
-- ----------------------------
......@@ -316,7 +329,7 @@ CREATE TABLE `tb_copyright_author` (
`create_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP(0),
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 33 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '版权作者表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '版权作者表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for tb_copyright_authority_relation
......@@ -343,7 +356,7 @@ CREATE TABLE `tb_copyright_file` (
`create_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP(0),
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 32 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '版权附件表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '版权附件表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for tb_copyright_owner
......@@ -371,7 +384,7 @@ CREATE TABLE `tb_copyright_owner` (
`create_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP(0),
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 23 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '著作权人信息表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '著作权人信息表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for tb_draft
......@@ -386,7 +399,7 @@ CREATE TABLE `tb_draft` (
`create_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP(0),
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 126 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '草稿表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '草稿表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for tb_file_template
......@@ -398,17 +411,20 @@ CREATE TABLE `tb_file_template` (
`file_url` varchar(512) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '文件路径',
`type` tinyint(1) NULL DEFAULT NULL COMMENT '类型',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '版权附件模板表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 10 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '版权附件模板表' ROW_FORMAT = Dynamic;
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (1, '权利取得方式证明材料附件.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211210/02aba8bb6ad14d828534d741ae6ff0c7/权利取得方式证明材料附件.docx', 0);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (2, '业务代理委托书.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211230/20b5468e37304616be66a11e273fba01/业务代理委托书.docx', 1);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (3, '权利归属证明材料《合作作品权属协议书》附件.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211210/a2a155f3d0c044b5955a3431fe0dcdab/权利归属证明材料《合作作品权属协议书》附件.docx', 2);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (4, '权利归属证明材料《著作权权属申请》附件.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211210/252cdb300d984427859b7b6c5daabfeb/权利归属证明材料《著作权权属申请》附件.docx', 3);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (5, '权利归属证明材料《职务作品权属约定》附件.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211210/ba81002e5d98484e94d141a17d5c47f6/权利归属证明材料《职务作品权属约定》附件.docx', 4);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (6, '权利归属证明材料《委托创作协议书(甲方享有全部权利)》附件.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211210/d42e75a9c31f49729758518f9f7fa323/权利归属证明材料《委托创作协议书(甲方享有全部权利)》附件.docx', 5);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (7, '权利归属证明材料《委托创作协议书(作者保留署名权)》附件.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211210/519f7ecab6cd4e7eb24847621249e416/权利归属证明材料《委托创作协议书(作者保留署名权)》附件.docx', 5);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (8, '作品登记委托书.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211230/9954992e8e6a440aa75d261bb9c3b6fe/作品登记委托书.docx', 6);
INSERT INTO `tb_file_template`(`id`, `file_name`, `file_url`, `type`) VALUES (9, '权利保证书(作品)附件.docx', 'https://test-nft.oss-cn-hangzhou.aliyuncs.com/20211230/4a0cc83384464750b86cbae409a47289/权利保证书(作品)附件.docx', 7);
-- ----------------------------
-- Records of tb_file_template
-- ----------------------------
INSERT INTO `tb_file_template` VALUES (1, '权利取得方式证明材料附件.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/12955248709c413c88228309f8616159/权利取得方式证明材料附件.docx', 0);
INSERT INTO `tb_file_template` VALUES (2, '业务代理委托书.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/24dcdfbcfacc4b44b809442e2bf9ef60/业务代理委托书.docx', 1);
INSERT INTO `tb_file_template` VALUES (3, '权利归属证明材料《合作作品权属协议书》附件.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/2a95a9e93db8491d8eba9b90acbb3d28/权利归属证明材料《合作作品权属协议书》附件.docx', 2);
INSERT INTO `tb_file_template` VALUES (4, '权利归属证明材料《著作权权属申请》附件.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/4cb8da9079fa450a80a521c4254c5e28/权利归属证明材料《著作权权属申请》附件.docx', 3);
INSERT INTO `tb_file_template` VALUES (5, '权利归属证明材料《职务作品权属约定》附件.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/f3e53d61319041808b225600f0e52ff9/权利归属证明材料《职务作品权属约定》附件.docx', 4);
INSERT INTO `tb_file_template` VALUES (6, '权利归属证明材料《委托创作协议书(甲方享有全部权利)》附件.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/6536706db4354a1fb953245c63d0d7c8/权利归属证明材料《委托创作协议书(甲方享有全部权利)》附件.docx', 5);
INSERT INTO `tb_file_template` VALUES (7, '权利归属证明材料《委托创作协议书(作者保留署名权)》附件.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/85a41572552b418894db27a320cc5084/权利归属证明材料《委托创作协议书(作者保留署名权)》附件.docx', 5);
INSERT INTO `tb_file_template` VALUES (8, '作品登记委托书.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/d43a44b990354b17899517b1b5fb91c0/作品登记委托书.docx', 6);
INSERT INTO `tb_file_template` VALUES (9, '权利保证书(作品)附件.docx', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/9283eb13f3724676a7113c2cde002a57/权利保证书(作品)附件.docx', NULL);
-- ----------------------------
-- Table structure for tb_nft
......@@ -440,7 +456,12 @@ CREATE TABLE `tb_nft` (
`create_time` bigint(20) NULL DEFAULT NULL,
`update_time` bigint(20) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 503 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of tb_nft
-- ----------------------------
INSERT INTO `tb_nft` VALUES (1, 1, 1, '', 'gfbf', 'https://filmchain-file.obs.cn-east-3.myhuaweicloud.com/03d00c78f9ad466e8fc42516e48f775a/zx_default_img.png', '葛晓康', 'bfgb', NULL, NULL, '0e237864ac6fafe4ae4760e7a5e6c0f2', '', '', NULL, NULL, '', NULL, 0, 0, 0, '2022-01-04 10:38:16', '2022-01-04 10:38:16', 1641263896093, 1641263896093);
-- ----------------------------
-- Table structure for tb_nft_transfer_record
......@@ -457,7 +478,7 @@ CREATE TABLE `tb_nft_transfer_record` (
`update_date` datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP(0),
`is_effective` tinyint(1) NULL DEFAULT 1 COMMENT '是否有效 0-否 1-是',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 28 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = 'nft转让记录表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = 'nft转让记录表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Table structure for tb_opus_category
......@@ -469,6 +490,9 @@ CREATE TABLE `tb_opus_category` (
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 19 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '作品类别' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of tb_opus_category
-- ----------------------------
INSERT INTO `tb_opus_category` VALUES (1, '文字作品(小说、论文、剧本、商业计划书、歌词等)');
INSERT INTO `tb_opus_category` VALUES (2, '口述作品(即兴的演说、授课、法庭辩论等)');
INSERT INTO `tb_opus_category` VALUES (3, '音乐作品(词曲、器乐等)');
......@@ -487,6 +511,7 @@ INSERT INTO `tb_opus_category` VALUES (15, '模型作品(立体模型)');
INSERT INTO `tb_opus_category` VALUES (16, '录音制品(任何对表演的声音和其他声音的录制品)');
INSERT INTO `tb_opus_category` VALUES (17, '录像制品(电影作品和以类似摄制电影的方法创作的作品以外的任何有伴音或无伴音的连续相关形象、图像的制品)');
INSERT INTO `tb_opus_category` VALUES (18, '其他作品(法律、行政法律规定的其他作品等)');
-- ----------------------------
-- Table structure for tb_user
-- ----------------------------
......@@ -510,6 +535,9 @@ CREATE TABLE `tb_user` (
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `idx_telephone`(`telephone`) USING BTREE,
UNIQUE INDEX `idx_email`(`email`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 36 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '门户用户表' ROW_FORMAT = Dynamic;
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '门户用户表' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of tb_user
-- ----------------------------
SET FOREIGN_KEY_CHECKS = 1;
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