Procházet zdrojové kódy

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

dzx před 8 měsíci
rodič
revize
09bc47daea

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