```it.customerInfo?.name = it.customerInfo?.name ...
# announcements
m
Copy code
it.customerInfo?.name =  it.customerInfo?.name + RandomStringUtils.randomAlphabetic(7)
when name is defined as val