소스 검색

用户行为

魏熙美 5 년 전
부모
커밋
f8178ad599
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/main/resources/mapper/TaPersonVisitRecordMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonVisitRecordMapper.xml 파일 보기

@@ -32,6 +32,7 @@
32 32
             </trim>
33 33
 
34 34
         GROUP BY tpvr.person_id, tpvr.event
35
+        ORDER BY 	tpvr.visit_time ASC
35 36
     </select>
36 37
 
37 38
 </mapper>