默认名称

This commit is contained in:
2024-01-21 22:09:04 +08:00
parent ca68ed05ee
commit 3843ad5eb5

View File

@@ -124,7 +124,7 @@ public class LpkCustomerService extends MybatisBaseService<LpkCustomerMapper, Lp
lpkCustomer = fetchBySid(lpkCustomer.getSid()); lpkCustomer = fetchBySid(lpkCustomer.getSid());
} }
if(StringUtils.isBlank(lpkCustomer.getNick())){ if(StringUtils.isBlank(lpkCustomer.getNick())){
lpkCustomer.setNick("小主000"+lpkCustomer.getId()); lpkCustomer.setNick("惠享客户000"+lpkCustomer.getId());
baseMapper.updateById(lpkCustomer); baseMapper.updateById(lpkCustomer);
lpkCustomer = fetchBySid(lpkCustomer.getSid()); lpkCustomer = fetchBySid(lpkCustomer.getSid());
} }