liujh пре 3 година
родитељ
комит
8633c20957

+ 1 - 1
zd-modules/zd-modules-laboratory/src/main/resources/mapper/laboratory/LabHardwareMapper.xml

@@ -491,7 +491,7 @@
 
     <!-- 根据设备类型查询-->
     <select id="selectNewLabHardwareByTypes" parameterType="com.zd.laboratory.domain.vo.LabHardwareVO"
-            resultType="com.zd.laboratory.domain.LabHardware">
+            resultMap="LabHardwareResult">
         <include refid="selectLabHardwareVo"/>
         where xx.type in
         <foreach item="id" collection="ids" open="(" separator="," close=")">