wangliang 4 years ago
parent
commit
2626712c6d

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/service/impl/TEExamServiceImpl.java

@@ -1170,7 +1170,7 @@ public class TEExamServiceImpl extends ServiceImpl<TEExamMapper, TEExam> impleme
      */
     @Override
     public List<TEExam> examPrivilegeQuery(Long userId, Long orgId, String type) {
-        return teExamMapper.examPrivilegeQuery(userId,orgId,type);
+        return teExamMapper.examPrivilegeQuery(userId, orgId, type);
     }
 
     /**