liupeng před 4 roky
rodič
revize
cd6447ccca

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

@@ -161,7 +161,7 @@
 	<select id="findUserReports" resultType="java.util.LinkedHashMap">
 		SELECT a.id,c.firstDepartName,c.secondDepartName,a.userId,groupName,workTime,offWorkTime,a.name,a.checkinDay,
 			checkinDate,checkinException,checkoffDate,checkoffException,checkoutDate1,checkoutDate2,leaveCreatedTime,
-			leaveStartDate,leaveEndDate,leaveDay,leaveComment,bukaDay,result
+			leaveStartDate,leaveDay,leaveComment,bukaDay,result
 		from sap_check_report a, sap_checkdate b, wx_user c 
 		where b.weekday = 1 and a.checkinDay=b.checkinDay and a.userId = c.userId
 		<if test="departId != null and departId != ''">