Sfoglia il codice sorgente

【编辑】 bug处理

linfutong 3 anni fa
parent
commit
bde6ef97ce

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

@@ -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