@ -85,7 +85,7 @@ public class ScreenEnterpriseOutputServiceImpl extends BaseServiceImpl<ScreenEnt
@Transactional(rollbackFor = Exception.class)
public void save(ScreenEnterpriseOutputDTO dto) {
ScreenEnterpriseOutputEntity entity = ConvertUtils.sourceToTarget(dto, ScreenEnterpriseOutputEntity.class);
insert(entity);
saveOrUpdate(entity);
}
@Override
@ -83,7 +83,7 @@ public class ScreenReportEnterpriseServiceImpl extends BaseServiceImpl<ScreenRep
public void save(ScreenReportEnterpriseDTO dto) {
ScreenReportEnterpriseEntity entity = ConvertUtils.sourceToTarget(dto, ScreenReportEnterpriseEntity.class);