e13dc92e by 冯轩

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

1 parent ad4deaf3
......@@ -1241,6 +1241,9 @@ class DocView(DocGenericView, DocHandler):
if keyword in document_name:
classify_1 = classify_1_tmp
break
elif '微信支付交易明细证明' in document_name or '微信流水' in document_name:
classify_1 = 12
self.running_log.info('[weixin bs process] [doc_id={0}]'.format(doc.id))
# tasks = ['{0}{1}{2}'.format(prefix, consts.SPLIT_STR, doc.id)]
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!