oyq28 1 년 전
부모
커밋
010dd99807
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/templates/mapper.xml.ftl

+ 1 - 1
src/main/resources/templates/mapper.xml.ftl

@@ -98,9 +98,9 @@
     </sql>
 
 </#if>
-    <#assign str = "${ew.customSqlSegment}"/>
     <select id="pageList" resultMap="BaseResultMap">
         select * from ${table.name}
+        ${r'${'}ew.customSqlSegment${r'}'}
     </select>
 
 </mapper>