heheng
2025-11-26 5011ebf747ddfa41840b352c9e39cf369a8f047c
multi-system/src/main/resources/mapper/system/EmployeeRecordMapper.xml
@@ -32,10 +32,17 @@
        <if test="positional != null">
            and aa.positional = #{positional}
        </if>
        <if test="startTime != '' and startTime != null" >
            and aa.create_time &gt;= #{startTime}
        </if>
        <if test="endTime != '' and endTime != null" >
            and aa.create_time &lt;= #{endTime}
        </if>
        order by aa.create_time desc
    </select>
    <select id="getEmployeeRecordList" parameterType="long"
            resultType="com.gkhy.exam.system.domain.EmployeeRecord">
            resultType="com.gkhy.exam.system.domain.vo.EmployeeRecordVO">
        select
        a.name,
        aa.employee_id employeeId, aa.user_id userId