Parcourir la source

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

tomatozq il y a 5 ans
Parent
commit
1bb180a867

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