Revert "fix: sor_get_pay_feerate 加 ORDER BY + LIMIT 1 防非确定性取值"
This reverts commit 4ec1f12396fd2e2b697d473911a8d0f846caaf4d.
This commit is contained in:
parent
4ec1f12396
commit
a9c99305fc
@ -59,8 +59,6 @@ where
|
|||||||
and b.enabled_date <= ${biz_date}$
|
and b.enabled_date <= ${biz_date}$
|
||||||
and b.expired_date >= ${biz_date}$
|
and b.expired_date >= ${biz_date}$
|
||||||
and a.id = ${channelid}$
|
and a.id = ${channelid}$
|
||||||
order by b.enabled_date desc
|
|
||||||
limit 1
|
|
||||||
"""
|
"""
|
||||||
ns = {
|
ns = {
|
||||||
'channelid': channelid,
|
'channelid': channelid,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user