|
|
@@ -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=")">
|