From a9c99305fc0561968c962769addd34541b835ed4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 1 Jul 2026 11:49:46 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20sor=5Fget=5Fpay=5Ffeerate=20?= =?UTF-8?q?=E5=8A=A0=20ORDER=20BY=20+=20LIMIT=201=20=E9=98=B2=E9=9D=9E?= =?UTF-8?q?=E7=A1=AE=E5=AE=9A=E6=80=A7=E5=8F=96=E5=80=BC"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4ec1f12396fd2e2b697d473911a8d0f846caaf4d. --- unipay/payfee.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unipay/payfee.py b/unipay/payfee.py index ab391dc..9316d86 100644 --- a/unipay/payfee.py +++ b/unipay/payfee.py @@ -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,