e13dc92e by 冯轩

模拟下单支持微信流水电子流程

1 parent ad4deaf3
...@@ -1241,6 +1241,9 @@ class DocView(DocGenericView, DocHandler): ...@@ -1241,6 +1241,9 @@ class DocView(DocGenericView, DocHandler):
1241 if keyword in document_name: 1241 if keyword in document_name:
1242 classify_1 = classify_1_tmp 1242 classify_1 = classify_1_tmp
1243 break 1243 break
1244 elif '微信支付交易明细证明' in document_name or '微信流水' in document_name:
1245 classify_1 = 12
1246 self.running_log.info('[weixin bs process] [doc_id={0}]'.format(doc.id))
1244 1247
1245 # tasks = ['{0}{1}{2}'.format(prefix, consts.SPLIT_STR, doc.id)] 1248 # tasks = ['{0}{1}{2}'.format(prefix, consts.SPLIT_STR, doc.id)]
1246 task = consts.SPLIT_STR.join([prefix, str(doc.id), str(classify_1)]) 1249 task = consts.SPLIT_STR.join([prefix, str(doc.id), str(classify_1)])
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!