Browse Source

打回删除当前复核

xiatian 1 year ago
parent
commit
6255c4328f

+ 2 - 0
stmms-biz/src/main/java/cn/com/qmth/stmms/biz/mark/service/Impl/MarkServiceImpl.java

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