|
@@ -31,7 +31,7 @@
|
|
|
|
|
|
<select id="findUserReports" resultType="java.util.LinkedHashMap">
|
|
|
SELECT c.firstDepartName,c.secondDepartName,a.userId,groupName,workTime,offWorkTime,a.name,a.checkinDay,
|
|
|
- checkinDate,checkinException,checkoffDate,checkoffException,checkoutDate1,checkoutDate2,
|
|
|
+ realCheckinDate,checkinException,realCheckoffDate,checkoffException,checkoutDate1,checkoutDate2,
|
|
|
realCheckinDate,realCheckoffDate,leaveCreatedTime,leaveStartDate,leaveEndDate,leaveDay,
|
|
|
leaveComment,bukaDay,workMins,workHours,realResult,realResultRemark
|
|
|
from sap_check_report a, sap_checkdate b, wx_user c
|