魏熙美 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>