|
@@ -37,7 +37,7 @@
|
|
|
<select id="queryByEmail" resultType="com.simuwang.base.pojo.dos.EmailTemplateInfoDO">
|
|
|
select t1.template_id as id,
|
|
|
t2.direction as direction,
|
|
|
- t2."TYPE" as type,
|
|
|
+ t2.type as type,
|
|
|
t2.start_index as startIndex,
|
|
|
t2.end_index as endIndex
|
|
|
from email_template_mapping t1
|