修改个fsm电子合同的bug
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -209,6 +209,7 @@ class Retriever: | ... | @@ -209,6 +209,7 @@ class Retriever: |
209 | if pno_str == '-1': | 209 | if pno_str == '-1': |
210 | is_last_pno = True | 210 | is_last_pno = True |
211 | pno_int_list = [int(pno_str) for pno_str in pdf_text_list.keys()] | 211 | pno_int_list = [int(pno_str) for pno_str in pdf_text_list.keys()] |
212 | if len(pno_int_list) > 0: | ||
212 | pno_str = str(max(pno_int_list)) | 213 | pno_str = str(max(pno_int_list)) |
213 | 214 | ||
214 | # 搜索关键词 | 215 | # 搜索关键词 | ... | ... |
-
Please register or sign in to post a comment