|
@@ -894,6 +894,7 @@ public class MarkServiceImpl implements MarkService {
|
|
|
updateLibraryCount(group);
|
|
|
}
|
|
|
updateMarkedCount(group);
|
|
|
+ inspectedService.cancel(library.getStudentId());
|
|
|
return true;
|
|
|
} else {
|
|
|
return false;
|
|
@@ -1845,6 +1846,7 @@ public class MarkServiceImpl implements MarkService {
|
|
|
updateLibraryCount(group);
|
|
|
}
|
|
|
updateMarkedCount(group);
|
|
|
+ inspectedService.cancel(library.getStudentId());
|
|
|
return true;
|
|
|
} else {
|
|
|
return false;
|