|
@@ -146,7 +146,8 @@ public class WorkerGoodsLogic {
|
|
|
throw new RemoteServiceException("网点辅材: ”" + item.getWebsitGoodsName() + "“已有绑定关系");
|
|
|
}
|
|
|
item.setCompanyWechatId(workerGoods.getCompanyWechatId())
|
|
|
- .setWorkerGoodsId(workerGoods.getGoodsId());
|
|
|
+ .setWorkerGoodsId(workerGoods.getGoodsId())
|
|
|
+ .setWorkerGoodsName(workerGoods.getGoodsName());
|
|
|
items.add(item);
|
|
|
}
|
|
|
workerGoodsRelaService.saveBatch(items);
|