liupeng 4 년 전
부모
커밋
5821758131
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      code/sapparent/sapservice/src/main/java/org/fouram/mapper/SapCheckReportMapper.xml

+ 3 - 3
code/sapparent/sapservice/src/main/java/org/fouram/mapper/SapCheckReportMapper.xml

@@ -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 != ''">