Browse Source

解决学生人脸上传后未同步到海康的问题

dzx 8 months ago
parent
commit
09bc47daea
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/resources/mapper/teacher/TeacherFaceImportMapper.xml

+ 0 - 1
src/main/resources/mapper/teacher/TeacherFaceImportMapper.xml

@@ -40,7 +40,6 @@
         <if test="id != null">
             and t.id = #{id}
         </if>
-        and t.status = 1
     </select>
 
     <select id="GetHikvisonPersonId" parameterType="string" resultType="java.lang.String">