This commit is contained in:
parent
ce881d43de
commit
b3b4ca16a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue