Commit d51bb85f by DuJunLi

删除多余备注

parent 8ccdea0c
...@@ -73,9 +73,6 @@ public class TestCreateGroupRuleSchedule extends BaseTestImpl { ...@@ -73,9 +73,6 @@ public class TestCreateGroupRuleSchedule extends BaseTestImpl {
assistCoachIds.add("吴彦祖"); assistCoachIds.add("吴彦祖");
List<String> assistCoachIdS = groupScheduleTools.getStudioAdminId(chiefCoachId); List<String> assistCoachIdS = groupScheduleTools.getStudioAdminId(chiefCoachId);
//获取存量助教
//1-创建排课日程 //1-创建排课日程
groupScheduleTools.createGroupRuleSchedule(courseId, chiefCoachIdS, todayTimeTamp, endDateTimeTamp, venueAreaIds, assistCoachIdS, false, 1); groupScheduleTools.createGroupRuleSchedule(courseId, chiefCoachIdS, todayTimeTamp, endDateTimeTamp, venueAreaIds, assistCoachIdS, false, 1);
//2-查询排课日程 //2-查询排课日程
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment