|
|
@ -81,7 +81,7 @@ public class IcSeedCompanyServiceImpl extends BaseServiceImpl<IcSeedCompanyDao, |
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
public void save(IcSeedCompanyDTO dto) { |
|
|
|
IcSeedCompanyEntity entity = ConvertUtils.sourceToTarget(dto, IcSeedCompanyEntity.class); |
|
|
|
insert(entity); |
|
|
|
saveOrUpdate(entity); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|