|
|
@@ -108,6 +108,7 @@ public class PriceBankClient implements IPriceBankClient{
|
|
|
bank.setItemId(itemId);
|
|
|
bank.setCode(goodsDesc.getData().getCode());
|
|
|
bank.setCname(goodsDesc.getData().getCname());
|
|
|
+ bank.setEname(goodsDesc.getData().getEname());
|
|
|
bank.setSpecs(goodsDesc.getData().getTypeno());
|
|
|
bank.setCorpId(corpId);
|
|
|
bank.setCurrency(currency);
|