|
@@ -112,7 +112,7 @@ public class SaleQuotationServiceImpl extends ServiceImpl<SaleQuotationMapper, S
|
|
|
// 赋值买方公司名称(客户)
|
|
|
customerService.attributeAssign(saleQuotationVoList, SaleQuotationVo::getBuyCorporationId, (item, customer) -> {
|
|
|
item.setBuyCorporationName(customer.getName());
|
|
|
- item.setCustomerTag(customer.getTag());
|
|
|
+ item.setTag(customer.getTag());
|
|
|
});
|
|
|
// 赋值卖方公司名称
|
|
|
corporationService.attributeAssign(saleQuotationVoList, SaleQuotationVo::getSellCorporationId, (item, corporation) -> {
|