Explorar o código

质控评分相关页面isPlacefile改成动态的值

gaodm %!s(int64=4) %!d(string=hai) anos
pai
achega
2614b1d440
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/resources/mapper/QcresultInfoMapper.xml

+ 2 - 2
src/main/resources/mapper/QcresultInfoMapper.xml

@@ -443,8 +443,8 @@
         AND c.is_deleted = 'N'
         AND a.hospital_id = c.hospital_id
         AND a.behospital_code = c.behospital_code
-        <if test="isPlacefile != null and isPlacefile != ''">
-            and a.is_placefile = #{isPlacefile}
+        <if test="filterPageVO.isPlacefile != null and filterPageVO.isPlacefile != ''">
+            and a.is_placefile = #{filterPageVO.isPlacefile}
         </if>
         AND a.qc_type_id != 0
         <if test="filterPageVO.hospitalId != null and filterPageVO.hospitalId != ''">