src/main/resources/mapper/staff/StaffLeaveMapper.xml
@@ -9,6 +9,7 @@ soj.staff_no as staffNo, soj.sex as sex, soj.native_place as nativePlace, soj.nation as nation, soj.adress as adress, soj.first_study as firstStudy, soj.profession as profession, @@ -30,6 +31,9 @@ <if test="c.staffName != null and c.staffName != '' "> AND soj.staff_name LIKE CONCAT('%',#{c.staffName},'%') </if> <if test="c.nation != null and c.nation != '' "> AND soj.nation = #{c.nation} </if> </select> <select id="staffLeaveList" resultType="com.ruoyi.staff.dto.StaffLeaveDto"> SELECT