Changes between Version 21 and Version 22 of dev/Manutencao


Ignore:
Timestamp:
01/26/15 13:32:31 (10 years ago)
Author:
luiz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev/Manutencao

    v21 v22  
    11[http://wiki.grupophorte.com.br/sig/wiki/dev Retornar]
     2
     3== 26/01/2015 Luiz Bueno ==
     4
     5 * Solicitação
     6
     7{{{
     8Ticket 2565 - Helpdesk - Gama / Estacio (REABERTO)
     9A aluna RA 133755 UGF foi transferida para a Estácio e de alguma forma o sistema
     10permitiu que ela realizasse um acordo na Gama: MARIA VANESSA SILVA MENINO
     11RA: 133755 Turma: 04171
     12Como isso foi possível?
     13}}}
     14
     15 * Ação
     16
     17{{{
     18Conforme analise e autorização do Marlom, executei o script alterando o status na
     19tabela tcontareceber.
     20Script:
     21update  sistema_homologacao.tcontareceber as cr
     22join            sistema_homologacao.tturmaalunocancel as tac on (cr.ID_Aluno=tac.ID_Aluno and cr.ID_Turma=tac.ID_Turma)
     23join            sistema_homologacao.taluno as a on tac.ID_Aluno=a.ID_Aluno
     24set             cr.ID_ContaReceberStatus = '3'
     25where           tac.Status_TurmaAlunoCancel > '80'
     26and             cr.ID_ContaReceberStatus = '0';
     27}}}
     28
     29
    230
    331== 22/01/2015 Luiz Bueno ==