Skip to content

Commit 6f4801b

Browse files
committed
메인 페이지 수익률 수정
1 parent 49ad499 commit 6f4801b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dao/getMainTrendDao.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const getMainTrendDao = {
4545
SELECT MAX(trade_date)
4646
FROM new_prices_daily
4747
)
48-
ORDER BY npd.fluc_rt1 DESC
48+
ORDER BY erc.week1 DESC
4949
LIMIT 5;
5050
`;
5151
const result = await connection.query(query);

0 commit comments

Comments
 (0)