فهرست منبع

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

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>