Commit c5ffe268 authored by zhangyanduan's avatar zhangyanduan
parents 66620701 44fe2e9b
...@@ -238,6 +238,6 @@ public class VisitInfomationController extends CyPaginationController<VisitInfoM ...@@ -238,6 +238,6 @@ public class VisitInfomationController extends CyPaginationController<VisitInfoM
return CyResultGenUtil.builder(new CyPersistModel(1), return CyResultGenUtil.builder(new CyPersistModel(1),
CyMessCons.MESSAGE_ALERT_SUCCESS, CyMessCons.MESSAGE_ALERT_SUCCESS,
CyMessCons.MESSAGE_ALERT_ERROR, CyMessCons.MESSAGE_ALERT_ERROR,
visitInfomationServiceImpl.importUserExcel(file,response)); visitInfomationServiceImpl.importUserExcel(file, response));
} }
} }
...@@ -403,6 +403,7 @@ ...@@ -403,6 +403,7 @@
vi.visit_real_time vi.visit_real_time
</if> </if>
</if> </if>
order by vi.visit_real_time desc
</select> </select>
<select id="findByUser" resultType="org.rcisoft.sys.visit.entity.VisitInfoMation"> <select id="findByUser" resultType="org.rcisoft.sys.visit.entity.VisitInfoMation">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment