소스 검색

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