Browse Source

用户行为

魏熙美 5 years ago
parent
commit
f8178ad599
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/resources/mapper/TaPersonVisitRecordMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonVisitRecordMapper.xml View File

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