Commit 94aab27d authored by duanruiming's avatar duanruiming

Merge remote-tracking branch 'origin/master'

parents 5df5dfcd f3c055f0
......@@ -49,6 +49,10 @@
<artifactId>springfox-spring-web</artifactId>
<groupId>io.springfox</groupId>
</exclusion>
<exclusion>
<artifactId>swagger-annotations</artifactId>
<groupId>io.swagger</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- 鉴权包 end -->
......
......@@ -256,9 +256,6 @@ public class RunningPlanServiceImpl implements RunningPlanService {
String[] startEndTime = time.getStartEndTime();
String startTime = startEndTime[0];
String endTime = startEndTime[1];
if ("23:59".equals(endTime)) {
endTime = "24:00";
}
String s = startTime + endTime;
String sectionNo = s.replaceAll(":", "");
crossSectionPO.setSectionNo(sectionNo);
......
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