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