a21cf252 by 周伟奇

fix ebank

1 parent e9bdb6cd
......@@ -40,7 +40,7 @@ class PDFHandler:
self.pdf_info = {}
self.img_path_pno_list = []
self.ebank_title_list = [
'微信支付交易明细证明',
# '微信支付交易明细证明',
'支付宝收支明细证明',
'招商银行交易流水',
'中国工商银行借记账户历史明细',
......@@ -270,7 +270,7 @@ class PDFHandler:
def title_is_ebank(self, char):
for title in self.ebank_title_list:
if title.find(char) != -1 or char.find(title) != -1:
if char.find(title) != -1:
return True
return False
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!