heheng
2024-11-22 3fa1bec83243a39d3209b15a96d67e0d75d078ca
expert-system/src/main/resources/mapper/system/SysExpertInfoMapper.xml
@@ -28,9 +28,18 @@
            <if test="name != null and name != ''">
                and name like concat('%', #{name}, '%')
            </if>
            <if test="phone != null and phone != ''">
                and phone like concat('%', #{phone}, '%')
            </if>
            <if test="idCard != null and idCard != ''">
                and id_card like concat('%', #{idCard}, '%')
            </if>
            <if test="domain != null and domain != ''">
                and domain  = #{domain}
            </if>
            <if test="level != null and level != ''">
                and level  = #{level}
            </if>
            <if test="bigClassify != null">
                and big_classify = #{bigClassify}
            </if>