Commit 7eb1ab12 by zhangxingmin

Merge remote-tracking branch 'origin/test' into test

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