|
@@ -220,7 +220,7 @@ public class BizCompanyController extends BaseController
|
|
|
if(bizCompany.getOldName().isEmpty()){
|
|
|
bizCompany.setOldName(company.getName());
|
|
|
}else{
|
|
|
- bizCompany.setOldName(String.join(",", bizCompany.getName(),company.getOldName()));
|
|
|
+ bizCompany.setOldName(String.join(",", company.getName(),company.getOldName()));
|
|
|
}
|
|
|
}
|
|
|
}
|