Browse Source

fix: 关键字处理

chenjianhua 6 months ago
parent
commit
5cdb6d49da

+ 1 - 1
service-base/src/main/resources/mapper/EmailTemplateMappingMapper.xml

@@ -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