Commit f126bae5 authored by hanbing's avatar hanbing

[update] 回滚修改

parent ad3d5989
......@@ -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