Commit 79879fa2 authored by neo's avatar neo

[Bugfix] use dpo not dto tempGroupDto mapper

parent fd105619
......@@ -53,7 +53,7 @@
P.ORDER_INDEX
</select>
<resultMap id="TemplateAndGroupDbDto" type="pwc.taxtech.atms.dto.TemplateAndGroupDbDto">
<resultMap id="TemplateAndGroupDbDto" type="pwc.taxtech.atms.dpo.TemplateAndGroupDbDto">
<id column="ID" jdbcType="VARCHAR" property="templateId"/>
<result column="TEMPLATE_GROUP_ID" jdbcType="VARCHAR" property="templateGroupId"/>
<result column="TEMPLATE_CODE" jdbcType="VARCHAR" property="templateCode"/>
......
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