瀏覽代碼

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

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>