kongzy
2024-10-16 85ae68bdbd7e373fb6f3e6f5eb04c57e3d86efd0
exam-system/src/main/resources/mapper/noncoalmine/NcStaffMapper.xml
@@ -14,7 +14,7 @@
            and name like concat('%', #{query.name}, '%')
        </if>
        <if test="query.idCardNum != null and query.idCardNum != ''">
            and name = #{query.idCardNum}
            and id_card_num = #{query.idCardNum}
        </if>
    </select>
</mapper>