heheng
2024-12-23 49034a174da199c56fa132973b99a6b06cd5b4a4
assess-system/src/main/resources/mapper/SysExpertInfoMapper.xml
@@ -20,7 +20,7 @@
    </update>
    <select id="expertInfoList" resultType="com.gkhy.assess.system.domain.SysExpertInfo">
        select id,name,sex,birthday,phone,title,degree,state,speciality,big_classify,small_classify,create_time from sys_expert_info
        select id,name,sex,birthday,phone,title,degree,state,speciality,big_classify,small_classify,id_card,company_name,domain,level,current_profession,duty_status,support_direction_safety,create_time from sys_expert_info
        <where>
            and del_flag = 0
            <if test="name != null and name != ''">