This commit is contained in:
wangliwen 2022-08-15 15:16:59 +08:00
parent ce881d43de
commit b3b4ca16a6
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