This commit is contained in:
daihh
2023-03-30 10:28:45 +08:00
parent 41f1ad4085
commit 82268c1255

View File

@@ -99,10 +99,10 @@ public class StudySignupServiceImpl implements IStudySignupService{
dto.setCourseType(sc.getCourseType());
dto.setProgress(sc.getProgress()==null? 0:sc.getProgress().intValue());
dto.setSource(2);//固定值,新系统
//下面添加课程用于本地测试
//下面模拟添加线下课程报名,用于本地测试
// dto.setCourseType(30);
// dto.setSource(3);//来源在线课
// dto.setApplyStatus(40);
// dto.setApplyStatus(50);
// dto.setCourseAddress("这里是上课地址");
// dto.setAttendCourseTime(LocalDateTime.now().toEpochSecond(ZoneOffset.of("+8")));
//如果开始时间没有,就使用添加时间