melhorias na 6401
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@45706 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
841f4413c8
commit
0de8a95d82
|
@ -63,7 +63,7 @@ public class TarifaOficialServiceImpl implements TarifaOficialService {
|
|||
@Transactional(rollbackFor = BusinessException.class)
|
||||
public void gerarAtualizarTarifaPorCoeficiente(Integer rudaId, Integer orgaoConcedenteId, Integer empresaId) throws BusinessException {
|
||||
// Limpando a tabela de TARIFA_OFICIAL
|
||||
tarifaOficialDAO.limparTarifasOficiais();
|
||||
//tarifaOficialDAO.limparTarifasOficiais();
|
||||
//Gerando as tarifas
|
||||
gerarTarifaPorCoeficiente(rudaId, orgaoConcedenteId, empresaId);
|
||||
|
||||
|
|
Loading…
Reference in New Issue