change - 系统显示排序

master
yinq 2 years ago
parent b2dcd36613
commit 5b499e6a00

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

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

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

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

Loading…
Cancel
Save