feat: 流程入库 及 杂七杂八

This commit is contained in:
super_liu
2021-06-21 18:36:52 +08:00
parent 3f79fe9df6
commit c3f912eefb
39 changed files with 3284 additions and 11 deletions
@@ -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 &lt;= ${pager.endIndex}) a
where rn &gt;= ${pager.startIndex}
) tmp_tb ) a
limit ${pager.startIndex-1},${pageSize}
</select>
<select id="queryByList" resultMap="BaseResultMap" parameterType="com.adc.da.base.page.BasePage">
select