maven
12 小时以前 ced4280cd5df612c29a81db8abd8a2a7a0a2a9e9
yys  修改员工查询
已修改1个文件
4 ■■■■ 文件已修改
src/main/resources/mapper/staff/StaffJoinLeaveRecordMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/staff/StaffJoinLeaveRecordMapper.xml
@@ -12,8 +12,8 @@
        <if test="staffJoinLeaveRecord.staffName != null and staffJoinLeaveRecord.staffName != '' ">
            AND t1.staff_name LIKE CONCAT('%',#{staffJoinLeaveRecord.staffName},'%')
        </if>
        <if test="staffOnJob.deptPositionId != null">
            AND t1.dept_position_id = #{staffOnJob.deptPositionId}
        <if test="staffJoinLeaveRecord.deptPositionId != null">
            AND t1.dept_position_id = #{staffJoinLeaveRecord.deptPositionId}
        </if>
        <if test="staffJoinLeaveRecord.entryDateStart != null and staffJoinLeaveRecord.entryDateStart != '' ">
            and t1.contract_start_time like concat('%',#{staffJoinLeaveRecord.entryDateStart},'%')