Commit fd105619 authored by neo's avatar neo

[Bugfix] fixe rename template and save with mapper inbound

parent 9a3ea8c7
......@@ -58,8 +58,7 @@
<result column="TEMPLATE_GROUP_ID" jdbcType="VARCHAR" property="templateGroupId"/>
<result column="TEMPLATE_CODE" jdbcType="VARCHAR" property="templateCode"/>
</resultMap>
<select id="getTemplateAndGroupByID" parameterType="java.lang.String" resultMap="TemplateAndGroupDbDto">
<select id="getTemplateAndGroupById" parameterType="java.lang.String" resultMap="TemplateAndGroupDbDto">
SELECT
P.ID AS ID,
Q.ID AS TEMPLATE_GROUP_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