Commit 2951c470 by jianan

新单跟进v2

parent cf459d88
......@@ -210,7 +210,7 @@ public class FnaServiceImpl extends ServiceImpl<FnaMapper, Fna> implements FnaSe
// 1. 关联查询客户信息
Set<String> userIdSet = fnaList.stream().map(Fna::getCustomerBizId).collect(Collectors.toSet());
List<Customer> customerList = customerService.lambdaQuery()
.in(Customer::getCustomerBizId)
.in(Customer::getCustomerBizId, userIdSet)
.select(Customer::getCustomerBizId, Customer::getNameCn)
.list();
// 客户映射
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment