xiaof %!s(int64=3) %!d(string=hai) anos
pai
achega
e892148a60

+ 1 - 0
distributed-print-business/src/main/java/com/qmth/distributed/print/business/service/impl/ExamCardServiceImpl.java

@@ -153,6 +153,7 @@ public class ExamCardServiceImpl extends ServiceImpl<ExamCardMapper, ExamCard> i
         ExamCard examCard = new ExamCard();
         examCard.setId(SystemConstant.getDbUuid());
         examCard.setSchoolId(schoolId);
+        examCard.setOrgId(user.getOrgId());
         examCard.setCourseCode(examCardParams.getCourseCode());
         examCard.setCourseName(examCardParams.getCourseName());
         examCard.setMakeMethod(examCardParams.getMakeMethod());