melhorias na 6401

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@45706 d1611594-4594-4d17-8e1d-87c2c4800839
master
daniel.zauli 2015-07-06 14:02:03 +00:00
parent 841f4413c8
commit 0de8a95d82
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class TarifaOficialServiceImpl implements TarifaOficialService {
@Transactional(rollbackFor = BusinessException.class) @Transactional(rollbackFor = BusinessException.class)
public void gerarAtualizarTarifaPorCoeficiente(Integer rudaId, Integer orgaoConcedenteId, Integer empresaId) throws BusinessException { public void gerarAtualizarTarifaPorCoeficiente(Integer rudaId, Integer orgaoConcedenteId, Integer empresaId) throws BusinessException {
// Limpando a tabela de TARIFA_OFICIAL // Limpando a tabela de TARIFA_OFICIAL
tarifaOficialDAO.limparTarifasOficiais(); //tarifaOficialDAO.limparTarifasOficiais();
//Gerando as tarifas //Gerando as tarifas
gerarTarifaPorCoeficiente(rudaId, orgaoConcedenteId, empresaId); gerarTarifaPorCoeficiente(rudaId, orgaoConcedenteId, empresaId);