feat: 流程入库 及 杂七杂八
This commit is contained in:
@@ -322,7 +322,7 @@
|
||||
select
|
||||
<include refid="Base_Column_ListPageB"/>
|
||||
from
|
||||
(select tmp_tb.* , rownum rn from
|
||||
(select tmp_tb.* from
|
||||
(select
|
||||
<include refid="Base_Column_ListPageA"/>
|
||||
from TS_DICTYPE
|
||||
@@ -331,8 +331,8 @@
|
||||
<if test="pager.orderCondition != null and pager.orderCondition != ''">
|
||||
${pager.orderCondition}
|
||||
</if>
|
||||
) tmp_tb where rownum <= ${pager.endIndex}) a
|
||||
where rn >= ${pager.startIndex}
|
||||
) tmp_tb ) a
|
||||
limit ${pager.startIndex-1},${pageSize}
|
||||
</select>
|
||||
<select id="queryByList" resultMap="BaseResultMap" parameterType="com.adc.da.base.page.BasePage">
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user