一日流程评估优化
This commit is contained in:
@ -116,7 +116,7 @@
|
||||
</if>
|
||||
<!-- 数据范围过滤 -->
|
||||
${dataScope}
|
||||
order by d.classid
|
||||
order by d.create_time desc
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
<if test="starttime != null ">and starttime = #{starttime}</if>
|
||||
<if test="createUserid != null ">and create_userid = #{createUserid}</if>
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectByDayflowassessmentplanById" parameterType="Long" resultMap="ByDayflowassessmentplanResult">
|
||||
|
Reference in New Issue
Block a user