Bläddra i källkod

人力资源导出,部门筛选字段生效

[user3] 3 år sedan
förälder
incheckning
0366e6c7d5

+ 2 - 2
src/main/resources/mappings/modules/workstaff/WorkStaffBasicInfoDao.xml

@@ -174,9 +174,9 @@
 			<if test="company != null and company.id != null and company.id != ''">
 				AND a.company_id = #{company.id}
 			</if>
-			<!--<if test="office != null and office.id != null and office.id != ''">
+			<if test="office != null and office.id != null and office.id != ''">
 				AND a.office_id = #{office.id}
-			</if>-->
+			</if>
 			<if test="officeIdList!=null and officeIdList.size!=0">
 				and a.office_id in
 				<foreach collection="officeIdList" item="officeId" separator="," open="(" close=")">