Explorar el Código

Merge branch 'master' of http://git.ycjcjy.com/zhiyuxing/estateagents

张延森 hace 5 años
padre
commit
df9607ad0f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/main/resources/mapper/TaPersonVisitRecordMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonVisitRecordMapper.xml Ver fichero

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