Commit 6418b9d5 authored by Quxl's avatar Quxl

x

parent c9e48b8b
......@@ -98,7 +98,11 @@ public class ProductsTask {
productMap.put("trade_mode", trade_mode);
productMap.put("weight_article", weight_article);
productMap.put("dLastUpdateTime", new Date());
try {
pdsService.savePdsProduct(transactionId, productMap);;
} catch (Exception e) {
log.error("", e);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment