Revert "fix: sor_get_pay_feerate 加 ORDER BY + LIMIT 1 防非确定性取值"

This reverts commit 4ec1f12396fd2e2b697d473911a8d0f846caaf4d.
This commit is contained in:
yumoqing 2026-07-01 11:49:46 +08:00
parent 4ec1f12396
commit a9c99305fc

View File

@ -59,8 +59,6 @@ where
and b.enabled_date <= ${biz_date}$
and b.expired_date >= ${biz_date}$
and a.id = ${channelid}$
order by b.enabled_date desc
limit 1
"""
ns = {
'channelid': channelid,