Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-08-15 15:17:13 +08:00
commit 638105a035
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@
tdr.id,
tdr.total AS total,
tdr.pin_top,
tdr.UNIX_TIMESTAMP(pin_top_time) AS pin_top_time
UNIX_TIMESTAMP(tdr.pin_top_time) AS pin_top_time
FROM
tb_data_resource tdr
WHERE