一日流程评估优化

This commit is contained in:
zhanglipeng
2021-05-19 15:46:30 +08:00
parent 7b2844b0c2
commit d10108f21e
8 changed files with 574 additions and 554 deletions

View File

@ -116,7 +116,7 @@
</if>
<!-- 数据范围过滤 -->
${dataScope}
order by d.classid
order by d.create_time desc
</where>
</select>

View File

@ -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">