瀏覽代碼

fix: 关键字处理

chenjianhua 6 月之前
父節點
當前提交
5cdb6d49da
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service-base/src/main/resources/mapper/EmailTemplateMappingMapper.xml

+ 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