瀏覽代碼

添加查询未检测体温人员列表->增加条件必须已同步人脸照片到设备。

zhengqiang 5 年之前
父節點
當前提交
239291e0ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/src/main/resources/mapper/base/PersonDeviceFilterLog.xml

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

@@ -268,7 +268,7 @@
             select * from base_person_info
             where company_id=#{companyId}
             and del_flag=0
-            and face_enabled=1
+            and face_bound=1
             and id_ not in (
                 select person_id from base_person_device_filter_log
                 where record_time>=#{startTime}