Fix DBCFX_SM_687: Anomalia delibera 82 viste GNPGO, eccezione scrittura notifiche nelle viste del portale GO uscite OF FTTH
This commit is contained in:
@@ -82,8 +82,8 @@
|
||||
<property name="dn10" type="string">
|
||||
<column name="DN10" length="12" />
|
||||
</property>
|
||||
<property name="codiceRifiuto" type="string">
|
||||
<column name="CODICE_MOTIVO_RIFIUTO" length="4" />
|
||||
<property name="codiceRifiuto" type="java.lang.Long">
|
||||
<column name="CODICE_MOTIVO_RIFIUTO" precision="22" scale="0" />
|
||||
</property>
|
||||
<property name="causaleRifiuto" type="string">
|
||||
<column name="CAUSALE_RIFIUTO" />
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
<property name="dac" type="date">
|
||||
<column name="DAC" length="7" />
|
||||
</property>
|
||||
<property name="codiceRifiuto" type="string">
|
||||
<column name="CODICE_MOTIVO_RIFIUTO" length="4" />
|
||||
<property name="codiceRifiuto" type="java.lang.Long">
|
||||
<column name="CODICE_MOTIVO_RIFIUTO" precision="22" scale="0" />
|
||||
</property>
|
||||
<property name="causaleRifiuto" type="string">
|
||||
<column name="CAUSALE_RIFIUTO" />
|
||||
|
||||
Reference in New Issue
Block a user