|
@@ -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());
|