huminmin
2026-05-26 921a0ce9073f5aa0cdc64d5b0ab42bce3a865e75
src/main/resources/mapper/staff/StaffLeaveMapper.xml
@@ -35,6 +35,7 @@
        <if test="c.staffName != null and c.staffName != '' ">
            AND soj.staff_name LIKE CONCAT('%',#{c.staffName},'%')
        </if>
        order by staff_leave.id desc
    </select>
    <select id="staffLeaveList" resultType="com.ruoyi.staff.dto.StaffLeaveDto">
        SELECT