zhoulisky 9 months ago
parent
commit
f5405c33a3

+ 1 - 1
kd-service/kd-scientific/src/main/java/org/sky/scientific/mapper/TechnicianMapper.xml

@@ -105,7 +105,7 @@
     </select>
     </select>
 
 
     <select id="selectByDateInterval" resultMap="ResultMap" parameterType="java.util.Map">
     <select id="selectByDateInterval" resultMap="ResultMap" parameterType="java.util.Map">
-        select t1.id, t1.unicode, t1.name, t1.number, t1.id_card, year_and_month ,gender, birthday,ethnic,departmentId,department,post,post_location,nature,hire_date,education,degree,school_name,major,rank,practicing_requirement,situation,personnel_type
+        select t1.id, t1.unicode, t1.name, t1.number, t1.id_card, year_and_month ,gender, birthday,ethnic,department_id,department,post,post_location,nature,hire_date,education,degree,school_name,major,rank,practicing_requirement,situation,personnel_type
         from kd_technician t1
         from kd_technician t1
         JOIN
         JOIN
         (
         (