liupeng 4 years ago
parent
commit
4cf6137ded

+ 1 - 1
code/sapparent/sapservice/src/main/java/org/fouram/mapper/SapCheckMapper.xml

@@ -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 &lt;= #{endDate}