From 212840d4abc6ae6e64e04b2f3b7343b56aab043a Mon Sep 17 00:00:00 2001 From: TermiNexus Date: Fri, 19 Jun 2026 21:03:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/tixian_shenhe_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tixian_shenhe_services.py b/users/tixian_shenhe_services.py index 806de13..b992f93 100644 --- a/users/tixian_shenhe_services.py +++ b/users/tixian_shenhe_services.py @@ -1341,7 +1341,7 @@ def get_audit_for_collect(shenhe_danhao, yonghuid, shenhe_jilu_id=None): try: audit = TixianShenheJilu.objects.select_for_update().get( shenhe_danhao=shenhe_danhao, - UserUID=yonghuid, + yonghuid=yonghuid, ) except TixianShenheJilu.DoesNotExist: return None, '审核记录不存在'