Explorar o código

硬件返回类型修改

liujh %!s(int64=3) %!d(string=hai) anos
pai
achega
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=")">