Showing
1 changed file
with
4 additions
and
0 deletions
@@ -379,6 +379,10 @@ public class ProductChainService { | @@ -379,6 +379,10 @@ public class ProductChainService { | ||
379 | .source(item.getSource()) | 379 | .source(item.getSource()) |
380 | .build(); | 380 | .build(); |
381 | try { | 381 | try { |
382 | + if (StringUtils.isNotEmpty(item.getLastTransactionId())) { | ||
383 | + build.setLast_transaction_id(item.getLastTransactionId()); | ||
384 | + } | ||
385 | + | ||
382 | Map describe = BeanUtils.describe(build); | 386 | Map describe = BeanUtils.describe(build); |
383 | describe.put("id", item.getId()); | 387 | describe.put("id", item.getId()); |
384 | aSynPostChainInfo(describe, item.getId(), item.getSign()); | 388 | aSynPostChainInfo(describe, item.getId(), item.getSign()); |
-
Please register or login to post a comment