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