Commit 79879fa2 authored by neo's avatar neo

[Bugfix] use dpo not dto tempGroupDto mapper

parent fd105619
......@@ -146,7 +146,7 @@ public class TemplateServiceImpl extends AbstractService {
TemplateAndGroupDbDto templateDb = templateMapper.getTemplateAndGroupById(param.getId());
if (templateDb == null) {
if (templateDb == null) {
result.setResult(false);
result.setResultMsg("TemplateNotExist");
return result;
......
......@@ -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