待办中心SQL排序修改,
This commit is contained in:
+1
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user