Commit 16a7951b authored by neo's avatar neo

[bugfix] add dop to mapper reference

parent 1e61727d
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="pwc.taxtech.atms.vat.dao.AssetsListMapper"> <mapper namespace="pwc.taxtech.atms.vat.dao.AssetsListMapper">
<resultMap id="assetDetailResultDto" type="pwc.taxtech.atms.vat.dao.AssetDetailResultDto"> <resultMap id="assetDetailResultDto" type="pwc.taxtech.atms.vat.dpo.AssetDetailResultDto">
<id column="ID" jdbcType="VARCHAR" property="id"/> <id column="ID" jdbcType="VARCHAR" property="id"/>
<association property="assetsList" javaType="pwc.taxtech.atms.vat.entity.AssetsList"> <association property="assetsList" javaType="pwc.taxtech.atms.vat.entity.AssetsList">
<id column="ID" jdbcType="VARCHAR" property="id"/> <id column="ID" jdbcType="VARCHAR" 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