|
@@ -31,9 +31,9 @@
|
|
|
|
|
|
<select id="findUserReports" resultType="java.util.LinkedHashMap">
|
|
|
SELECT c.firstDepartName,c.secondDepartName,a.userId,groupName,workTime,offWorkTime,a.name,a.checkinDay,
|
|
|
- realCheckinDate,checkinException,realCheckoffDate,checkoffException,checkoutDate1,checkoutDate2,
|
|
|
- realCheckinDate,realCheckoffDate,leaveCreatedTime,leaveStartDate,leaveEndDate,leaveDay,
|
|
|
- leaveComment,bukaDay,workMins,workHours,realResult,realResultRemark
|
|
|
+ realCheckinDate as checkinDate,checkinException,realCheckoffDate as checkoffDate,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
|
|
|
where a.checkinDay=b.checkinDay and a.userId = c.userId
|
|
|
<if test="departId != null and departId != ''">
|