...
|
...
|
@@ -198,7 +198,7 @@ public class ProductChainService { |
|
|
|
|
|
insertProductInfo(convertVo(bo, generateid, sign));
|
|
|
|
|
|
postChainInfo(describe, generateid, sign);
|
|
|
aSynPostChainInfo(describe, generateid, sign);
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
logger.error("addItem find wrong, bo is " + bo , e);
|
...
|
...
|
@@ -370,7 +370,7 @@ public class ProductChainService { |
|
|
|
|
|
|
|
|
try {
|
|
|
postChainInfo(BeanUtils.describe(build), item.getId(), item.getSign());
|
|
|
aSynPostChainInfo(BeanUtils.describe(build), item.getId(), item.getSign());
|
|
|
} catch (Exception e) {
|
|
|
logger.error("postChainInfoEx find wrong, item is {}", item);
|
|
|
}
|
...
|
...
|
|