Browse Source

1、陪练课调整

Joburgess 5 years ago
parent
commit
f15ad0061d

+ 2 - 2
mec-biz/src/main/java/com/ym/mec/biz/service/impl/PracticeGroupServiceImpl.java

@@ -146,8 +146,8 @@ public class PracticeGroupServiceImpl extends BaseServiceImpl<Long, PracticeGrou
         applyDayTimes.add("14:30:00");
         applyDayTimes.add("16:00:00");
         applyDayTimes.add("16:30:00");
-        applyDayTimes.add("17:00:00");
-        applyDayTimes.add("17:30:00");
+        applyDayTimes.add("19:00:00");
+        applyDayTimes.add("19:30:00");
     }
 
     @Override