@@ -137,7 +137,7 @@
delete from sap_checkout_end where id = #{id}
</update>
- <select id="selectReportDayList" resultType="Map">
+ <select id="selectReportDayList" resultType="java.util.LinkedHashMap">
SELECT c.firstDepartName,c.secondDepartName, a.userId, a.name, ${reportDaySql}
from sap_check_report a, wx_user c
where a.userId = c.userId and a.checkinDay >= #{startDate} and a.checkinDay <= #{endDate}