Commit 99130e49 authored by neo's avatar neo

[bug] fix org xml ID to id

parent a2da0e64
......@@ -22,7 +22,7 @@
</select>
<resultMap id="OrgBasicDto" type="pwc.taxtech.atms.dpo.OrgBasicDto">
<id column="ID" jdbcType="VARCHAR" property="ID"/>
<id column="ID" jdbcType="VARCHAR" property="id"/>
<result column="PARENT_ID" jdbcType="VARCHAR" property="parentId"/>
<result column="CODE" jdbcType="VARCHAR" property="code"/>
<result column="NAME" jdbcType="VARCHAR" property="name"/>
......
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