|
@@ -55,7 +55,7 @@
|
|
|
wf.node_id,
|
|
|
wf.business_id,
|
|
|
wf.business_sub_id,
|
|
|
- wf.created AS nodeTime,
|
|
|
+ wf.modified AS nodeTime,
|
|
|
wn.NAME as currentNodeName,
|
|
|
wn.CODE currentNodeCode,
|
|
|
p.id,
|
|
@@ -162,7 +162,7 @@
|
|
|
#{userId}
|
|
|
</foreach>
|
|
|
</if>
|
|
|
- order by wf.created DESC
|
|
|
+ order by wf.modified DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="getDetail" parameterType="java.lang.Long" resultType="com.dayou.vo.PersonalVO">
|