|
|
@@ -134,7 +134,6 @@
|
|
|
</where>
|
|
|
</select>
|
|
|
|
|
|
-
|
|
|
<select id="selectLabHardwareList" parameterType="com.zd.laboratory.domain.LabHardware"
|
|
|
resultMap="LabHardwareVOResult">
|
|
|
<include refid="selectLabHardwareVo"/>
|
|
|
@@ -155,7 +154,7 @@
|
|
|
and (xx.hardware_num like concat('%',#{searchValue},'%')
|
|
|
or
|
|
|
xx.subject_name like concat('%',#{searchValue},'%')
|
|
|
- <if test="type == @com.zd.common.core.enums.HardwareTypeEnum@AI_CABINETLOCK ">
|
|
|
+ <if test="type == @com.zd.model.enums.HardwareTypeEnum@AI_CABINETLOCK ">
|
|
|
or
|
|
|
xx.name like concat('%',#{searchValue},'%')
|
|
|
or
|