|
@@ -1694,12 +1694,12 @@ class Dataflow_ActivteMQ_extract(Dataflow_extract):
|
|
|
"product": product,
|
|
|
"quantity": str(quantity),
|
|
|
"quantity_unit": quantity_unit,
|
|
|
- "specs": specs,
|
|
|
+ "specs": str(specs),
|
|
|
"unitPrice": str(uni_price),
|
|
|
"parameter": "",
|
|
|
"total_price": str(total_price),
|
|
|
- "pinmu_no": pinmu_no,
|
|
|
- "pinmu_name": pinmu_name
|
|
|
+ "pinmu_no": str(pinmu_no),
|
|
|
+ "pinmu_name": str(pinmu_name)
|
|
|
})
|
|
|
if product not in set_product:
|
|
|
set_product.add(product)
|