Browse Source

Bugfix Datentyp Timestamp in JR #1

rpta_0.1_Release
Daniel Quathamer 11 months ago
parent
commit
07707ba9be
  1. 2
      superx/xml/rpta_templates.xsl

2
superx/xml/rpta_templates.xsl

@ -353,7 +353,7 @@ isIgnorePagination="{$isIgnorePagination}" > @@ -353,7 +353,7 @@ isIgnorePagination="{$isIgnorePagination}" >
<xsl:text>java.util.Date</xsl:text>
</xsl:when>
<xsl:when test="@typ='8'">
<xsl:text>java.lang.Timestamp</xsl:text>
<xsl:text>java.sql.Timestamp</xsl:text>
</xsl:when>
<xsl:when test="@typ='9'">
<xsl:text>java.lang.Time</xsl:text>

Loading…
Cancel
Save