소스 검색

设备编号即使被删除了,也要显示该设备的测温记录。

tomatozq 5 년 전
부모
커밋
1bb180a867
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/src/main/resources/mapper/base/PersonDeviceFilterLog.xml

+ 1 - 1
common/src/main/resources/mapper/base/PersonDeviceFilterLog.xml

@@ -151,7 +151,7 @@
 			on a.person_id = c.id_
 		]]>
         <where>
-            and a.del_flag = false and b.del_flag=false
+            and a.del_flag = false
             <if test="searchParams.personId != null">
                 and a.person_id = #{searchParams.personId}
             </if>