We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ad499 commit 6f4801bCopy full SHA for 6f4801b
1 file changed
dao/getMainTrendDao.js
@@ -45,7 +45,7 @@ const getMainTrendDao = {
45
SELECT MAX(trade_date)
46
FROM new_prices_daily
47
)
48
- ORDER BY npd.fluc_rt1 DESC
+ ORDER BY erc.week1 DESC
49
LIMIT 5;
50
`;
51
const result = await connection.query(query);
0 commit comments