|
@@ -146,7 +146,7 @@ public class SupplierInfoServiceImpl extends ServiceImpl<SupplierInfoMapper, Sup
|
|
|
|
|
|
Long companyId = supplierInfoDto.getCompanyId();
|
|
|
if (ObjectUtil.isEmpty(companyId)) {
|
|
|
- supplierInfoDto.setCountryId(SecurityUtils.getCompanyId());
|
|
|
+ supplierInfoDto.setCompanyId(SecurityUtils.getCompanyId());
|
|
|
}
|
|
|
|
|
|
this.save(supplierInfoDto);
|