|
@@ -105,6 +105,7 @@ class Dataflow_ActivteMQ_attachment(Dataflow_attachment):
|
|
|
else:
|
|
|
#has process_time then jump
|
|
|
if len(str(_attach.getProperties().get(attachment_process_time,"")))>10:
|
|
|
+ log("has process_time jump")
|
|
|
_html = _attach.getProperties().get(attachment_attachmenthtml,"")
|
|
|
if _html is None:
|
|
|
_html = ""
|