zss
2026-05-08 eddc08aa2fa3402688ec8b4b24669ddd2e51bf86
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