Commit 70012bb6 authored by neo's avatar neo

[BugFix] fixed mapper retrun type not mapping in period data source M

parent 18124cd8
...@@ -306,7 +306,7 @@ ...@@ -306,7 +306,7 @@
AND CDS.CELL_DATA_ID = #{cellDataID,jdbcType=BIGINT} AND CDS.CELL_DATA_ID = #{cellDataID,jdbcType=BIGINT}
</select> </select>
<resultMap id="dataSourceCellDataDto" type="pwc.taxtech.atms.dto.vatdto.DataSourceCellDataDto"> <resultMap id="dataSourceCellDataDto" type="pwc.taxtech.atms.vat.dpo.DataSourceCellDataDto">
<id column="ID" jdbcType="BIGINT" property="id"/> <id column="ID" jdbcType="BIGINT" property="id"/>
<association property="cellData" javaType="pwc.taxtech.atms.vat.entity.CellData"> <association property="cellData" javaType="pwc.taxtech.atms.vat.entity.CellData">
<id column="CELL_DATA_ID" jdbcType="BIGINT" property="id"/> <id column="CELL_DATA_ID" jdbcType="BIGINT" property="id"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment