|
|
@@ -240,6 +240,7 @@ public class LabSubjectAccessRecordServiceImpl implements ILabSubjectAccessRecor
|
|
|
int i = 0;
|
|
|
if(subAccessRecordList.size()>0)
|
|
|
{
|
|
|
+ i = labSubjectAccessRecordMapper.outTimeChangeStatus();
|
|
|
List<LabViolationScoreSite> scoreSiteList = scoreSiteMapper.selectLabViolationScore();
|
|
|
Map<String,String> allMapScore = new HashMap <>();
|
|
|
Optional.ofNullable(scoreSiteList).orElseGet(Collections::emptyList)
|
|
|
@@ -309,27 +310,9 @@ public class LabSubjectAccessRecordServiceImpl implements ILabSubjectAccessRecor
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-// Map map = new HashMap();
|
|
|
-// map.put("joinUserId", a.getJoinUserId());
|
|
|
-// if (allMapScore.get(a.getViolationName())!=null) {
|
|
|
-// map.put("deductPoints", allMapScore.get(a.getViolationName()));
|
|
|
-// } else {
|
|
|
-// map.put("deductPoints", 0);
|
|
|
-// }
|
|
|
-// map.put("pointsType", "1");
|
|
|
-// map.put("reason", a.getViolationName());
|
|
|
-// remoteExamService.deductionPoints(map);
|
|
|
-//
|
|
|
-// LabNegativeListRecords records = negativeListRecordsMapper.findByUserId(a.getJoinUserId());
|
|
|
-// Integer score = 0;
|
|
|
-// LabNegativelistHistory history = labViolationServiceImpl.CovertHistory(vo);
|
|
|
});
|
|
|
subMessageSendManager.SendBigViewUpdate(BigViewDataType.SUB_ONLINE);
|
|
|
- i = labSubjectAccessRecordMapper.outTimeChangeStatus();
|
|
|
+
|
|
|
}
|
|
|
|
|
|
return i;
|