Commit 60a0e3f33142a91d8d0b33e39f8bd139bdf5aaee
1 parent
2eb81e78
Exists in
master
and in
7 other branches
Atualização da tabela que recebe os hash dos componentes digitais
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/PenAtualizarSeiRN.php
... | ... | @@ -912,7 +912,7 @@ class PenAtualizarSeiRN extends PenAtualizadorRN { |
912 | 912 | 'tipo_recibo' => array($objMetaBD->tipoTextoFixo(1), PenMetaBD::NNULLO), |
913 | 913 | 'hash_componente_digital ' => array($objMetaBD->tipoTextoVariavel(255), PenMetaBD::NNULLO) |
914 | 914 | ), |
915 | - 'pk' => array('numero_registro', 'id_tramite', 'hash_componente_digital', 'tipo_recibo'), | |
915 | + // 'pk' => array('numero_registro', 'id_tramite', 'hash_componente_digital', 'tipo_recibo'), | |
916 | 916 | 'fks' => array( |
917 | 917 | 'md_pen_tramite' => array(array('numero_registro', 'id_tramite'), array('numero_registro', 'id_tramite')) |
918 | 918 | ) | ... | ... |