소스 검색

个贷正在进行列表排序修改

wucl 6 달 전
부모
커밋
5aeaa8e124
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dao/src/main/resources/mapper/PersonalMapper.xml

+ 2 - 2
dao/src/main/resources/mapper/PersonalMapper.xml

@@ -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">