LIVE_YE 1 год назад
Родитель
Сommit
a47c2bcbe8

+ 5 - 2
ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/service/impl/CourseTableServiceImpl.java

@@ -261,8 +261,11 @@ public class CourseTableServiceImpl implements ICourseTableService {
         if (StringUtils.isNotEmpty(value)) {
             //延迟放学
             String[] split = value.split(":");
-            //下课时间
-             xiakeTime = split[1] + ":" + split[2] + ":" + split[3];
+            if(!"time".equals(split[1])){
+                //下课时间
+                xiakeTime = split[1] + ":" + split[2] + ":" + split[3];
+            }
+
         }
         map.put("time", xiakeTime);
         //获取当前时间