zhoulisky 11 months ago
parent
commit
3cd6d19e02

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

@@ -74,7 +74,7 @@
         order by year_and_month
         order by year_and_month
     </select>
     </select>
 
 
-    <select id="exportTechnicianList" resultType="org.sky.scientific.excel.TechnicianExcel" parameterMap="technicianResultMap">
+    <select id="exportTechnicianList" resultType="org.sky.scientific.excel.TechnicianExcel" parameterType="org.sky.scientific.pojo.dto.TechnicianDTO">
 
 
         select *
         select *
         from kd_technician a
         from kd_technician a