|
@@ -654,6 +654,11 @@ class Dataflow_ActivteMQ_attachment(Dataflow_attachment):
|
|
_attach_pg = Attachment_postgres(_attach_ots.getProperties())
|
|
_attach_pg = Attachment_postgres(_attach_ots.getProperties())
|
|
_attach_pg.setValue("ots_exists",True,True)
|
|
_attach_pg.setValue("ots_exists",True,True)
|
|
list_attachment.append(_attach_pg)
|
|
list_attachment.append(_attach_pg)
|
|
|
|
+ else:
|
|
|
|
+ log("getAttachments status None find in ots:%s"%(_filemd5))
|
|
|
|
+ _attach_pg = Attachment_postgres(_attach_ots.getProperties())
|
|
|
|
+ _attach_pg.setValue("ots_exists",True,True)
|
|
|
|
+ list_attachment.append(_attach_pg)
|
|
|
|
|
|
else:
|
|
else:
|
|
log("getAttachments search in path:%s"%(_filemd5))
|
|
log("getAttachments search in path:%s"%(_filemd5))
|