待办中心SQL排序修改,

This commit is contained in:
wangzhijiang
2023-04-13 10:03:41 +08:00
parent 8b4b4d7e43
commit d88d964fd7
@@ -244,7 +244,7 @@
</foreach>
)temp
<include refid="BaseQuerySql"/>
order by temp.end_time asc
order by temp.end_time ASC,temp.project_name ASC,standard_info ASC,temp.flow_type ASC
</select>
<select id="queryLawsAssessPageList" resultType="com.jero.modules.todoCenter.vo.ProcessInfoVO">
select temp.* from (