|
@@ -1046,13 +1046,12 @@ public class SmartVisitorController implements SmartVisitorControllerAPI {
|
|
|
public CommonResult parentsScreenPage(int currentPage, int pageCount, int userId, String status) {
|
|
public CommonResult parentsScreenPage(int currentPage, int pageCount, int userId, String status) {
|
|
|
PageUtils<SmartVisitorScreenListVo> result = smartVisitorService.parentsScreenPage(currentPage, pageCount, userId, status);
|
|
PageUtils<SmartVisitorScreenListVo> result = smartVisitorService.parentsScreenPage(currentPage, pageCount, userId, status);
|
|
|
return CommonResult.ok(result);
|
|
return CommonResult.ok(result);
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 1、学生请假:
|
|
* 1、学生请假:
|
|
|
- * 我们这边调用请假接口之后,把请假数据写到了百胜系统的"学生请假登记"页面中,那到时候学生是通过任意设备都能进出吗?
|
|
|
|
|
- * 即:万载三中有 A、B、C、D四台门禁设备,学生张三 2024-03-01 10:00:00 到 2024-03-01 12:00:00 请假,张三 2024-03-01 10:10:00的时候能否通过A、B、C、D四台门禁设备?
|
|
|
|
|
|
|
+ * 我们这边0调用请假接口之后,把请假数据写到了百胜系统的"学生请假登记"页面中,那到时候学生是通过任意设备都能进出吗?
|
|
|
|
|
+ * * 即:万载三中有 A、B、C、D四台门禁设备,学生张三 2024-03-01 10:00:00 到 2024-03-01 12:00:0 请假,张三 2024-03-01 10:10:00的时候能否通过A、B、C、D四台门禁设备?
|
|
|
* <p>
|
|
* <p>
|
|
|
* 注:如果要修改请假数据则要先修改系统中的学生编码,再去新增一条请假数据
|
|
* 注:如果要修改请假数据则要先修改系统中的学生编码,再去新增一条请假数据
|
|
|
* 即:修改了这个学生编码之后再下发请假数据的话,原有的该学号的请假数据就会在设备中被清除
|
|
* 即:修改了这个学生编码之后再下发请假数据的话,原有的该学号的请假数据就会在设备中被清除
|