67157 待办中心、已办、已发 按照创建时间倒序。
This commit is contained in:
+2
-1
@@ -64,6 +64,7 @@
|
||||
pi.status,
|
||||
pi.prc_num,
|
||||
pi.prc_name,
|
||||
pi.create_time,
|
||||
plb.project_name_id,
|
||||
plb.target_market,
|
||||
plb.studio_engineer,
|
||||
@@ -106,7 +107,7 @@
|
||||
</where>
|
||||
) temp
|
||||
<include refid="BaseQuerySql"/>
|
||||
order by temp.end_time desc
|
||||
order by temp.create_time desc
|
||||
</select>
|
||||
<select id="queryProjectProcessTodoTaskListList" resultType="com.jero.modules.todoCenter.vo.ProcessInfoVO">
|
||||
select temp.* from (
|
||||
|
||||
Reference in New Issue
Block a user