From e7afed8cdb301a311dbad5ed23c7ff9f826b2c48 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期三, 30 十月 2024 11:11:06 +0800 Subject: [PATCH] update import --- assess-system/src/main/resources/mapper/SysExpertInfoMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/assess-system/src/main/resources/mapper/SysExpertInfoMapper.xml b/assess-system/src/main/resources/mapper/SysExpertInfoMapper.xml index 36bc8ef..29e81b0 100644 --- a/assess-system/src/main/resources/mapper/SysExpertInfoMapper.xml +++ b/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 != ''"> -- Gitblit v1.9.2