|
@@ -50,5 +50,7 @@ public interface FaceDeviceDao extends TKMapper<FaceDevice> {
|
|
|
Integer update(@Param("sn") String sn, @Param("type") int type, @Param("adminId") Integer adminId);
|
|
|
|
|
|
List<FaceDevice> selectTypeFaceDev(@Param("type") int type);
|
|
|
+
|
|
|
+ Integer updateStatus(@Param("sn") String sn, @Param("type") int type, @Param("adminId") Integer adminId);
|
|
|
}
|
|
|
|