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, '审核记录不存在'