df94248b by 冯轩

MOD:电子发票暂时不走电子流程

1 parent 89c4f059
......@@ -689,7 +689,7 @@ class UploadDocView(GenericView, DocHandler):
self.running_log.info('[weixin bs process] [doc_id={0}]'.format(doc.id))
if classify_1 == 0 and (document_name.startswith("dzfp_")):
classify_1 = 29
classify_1 = 0
self.running_log.info('[dzfp process] [doc_id={0}]'.format(doc.id))
......@@ -1252,7 +1252,7 @@ class DocView(DocGenericView, DocHandler):
self.running_log.info('[weixin bs process] [doc_id={0}]'.format(doc.id))
if classify_1 == 0 and (document_name.startswith("dzfp_")):
classify_1 = 29
classify_1 = 0
self.running_log.info('[dzfp process] [doc_id={0}]'.format(doc.id))
# tasks = ['{0}{1}{2}'.format(prefix, consts.SPLIT_STR, doc.id)]
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!