@ -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}), '%')
order by job_id
<select id="selectJobAll" resultMap="SysJobResult">
@ -35,6 +35,7 @@
AND post_name like concat(concat('%',#{postName}),'%')
order by post_id
<select id="selectPostAll" resultMap="SysPostResult">
@ -142,6 +142,7 @@
<!-- 数据范围过滤 -->
${params.dataScope}
order by u.user_id
<select id="selectAllocatedList" parameterType="SysUser" resultMap="SysUserResult">