소스 검색

修复多包多中标联合体更新错误

lsm 9 달 전
부모
커밋
fcdd2dd667
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BiddingKG/dl/interface/getAttributes.py

+ 1 - 1
BiddingKG/dl/interface/getAttributes.py

@@ -4620,7 +4620,7 @@ def  confirm_prem(prem, channel_dic):
                     if k == 'Project':
                         pro_winner.add(d['role_text'])
                         if 'win_tenderer_joint' in d:
-                            pro_winner.updata(set(d['win_tenderer_joint'].split(',')))
+                            pro_winner.update(set(d['win_tenderer_joint'].split(',')))
                         if 'multi_winner' in d:
                             pro_winner.update(set(d['multi_winner'].split(',')))
                     else: