去掉策略分组的数据过滤代码

增加show more国际化 zh
This commit is contained in:
duandongmei
2018-07-13 19:13:52 +08:00
parent 0616ffac84
commit 68a5a01fe4
4 changed files with 8 additions and 6 deletions

View File

@@ -47,7 +47,7 @@
AND r.EDITOR_NAME like concat(concat('%',#{editorName,jdbcType=VARCHAR}),'%')
</if>
<!-- 数据范围过滤 -->
${sqlMap.dsf}
<!-- ${sqlMap.dsf} -->
</trim>
<choose>
<when test="page !=null and page.orderBy != null and page.orderBy != ''">