change - 系统显示排序

master
yinq 11 months ago
parent b2dcd36613
commit 5b499e6a00

@ -42,6 +42,7 @@
AND to_char(create_time, 'yyyy-mm-dd') <= #{params.endTime}
</if>
</where>
order by job_log_id
</select>
<select id="selectJobLogAll" resultMap="SysJobLogResult">

@ -41,6 +41,7 @@
AND invoke_target like concat(concat('%', #{invokeTarget}), '%')
</if>
</where>
order by job_id
</select>
<select id="selectJobAll" resultMap="SysJobResult">

@ -35,6 +35,7 @@
AND post_name like concat(concat('%',#{postName}),'%')
</if>
</where>
order by post_id
</select>
<select id="selectPostAll" resultMap="SysPostResult">

@ -142,6 +142,7 @@
</if>
<!-- 数据范围过滤 -->
${params.dataScope}
order by u.user_id
</select>
<select id="selectAllocatedList" parameterType="SysUser" resultMap="SysUserResult">

Loading…
Cancel
Save