maven
2025-09-22 1d2933b4209f891d7dbd431ba44577c7d5e5eef4
main-business/src/main/resources/mapper/StaffOnJobMapper.xml
@@ -18,6 +18,7 @@
        <if test="staffOnJob.entryDateEnd != null and staffOnJob.entryDateEnd != '' ">
            AND contract_expire_time &lt;= to_date(#{staffOnJob.entryDateEnd},'YYYY-MM-DD')
        </if>
        order by create_time desc
    </select>
    <select id="staffOnJobList" resultType="com.ruoyi.business.entity.StaffOnJob">
        SELECT