|
@@ -33,7 +33,7 @@
|
|
|
SELECT c.firstDepartName,c.secondDepartName,a.userId,groupName,workTime,offWorkTime,a.name,a.checkinDay,
|
|
|
checkinDate,checkinException,checkoffDate,checkoffException,checkoutDate1,checkoutDate2,
|
|
|
realCheckinDate,realCheckoffDate,leaveCreatedTime,leaveStartDate,leaveEndDate,leaveDay,
|
|
|
- leaveComment,bukaDay,workMins,realResult,realResultRemark
|
|
|
+ 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 != ''">
|