Commit a8d374a1 by jianan

FNA列表,姓名显示英文

parent 45a2385d
...@@ -289,7 +289,7 @@ public class FnaServiceImpl extends ServiceImpl<FnaMapper, Fna> implements FnaSe ...@@ -289,7 +289,7 @@ public class FnaServiceImpl extends ServiceImpl<FnaMapper, Fna> implements FnaSe
if (StringUtils.isNotBlank(fnaUpdateRequest.getCustomerBizId())) { if (StringUtils.isNotBlank(fnaUpdateRequest.getCustomerBizId())) {
Customer customer = customerService.getByCustomerBizId(fnaUpdateRequest.getCustomerBizId()); Customer customer = customerService.getByCustomerBizId(fnaUpdateRequest.getCustomerBizId());
fna.setCustomerName(customer.getName()); fna.setCustomerName(customer.getFirstNamePinyin());
} }
// 设置 状态 // 设置 状态
String customerBizId = fnaUpdateRequest.getCustomerBizId(); String customerBizId = fnaUpdateRequest.getCustomerBizId();
......
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