Commit 91c453e1a12a0374e74b6dfe97fbc67f6ce1c16c

Authored by 廖磊
1 parent d124d9c9

2017-07-11

src/main/java/com/bsth/service/realcontrol/impl/ScheduleRealInfoServiceImpl.java
@@ -2575,11 +2575,9 @@ public class ScheduleRealInfoServiceImpl extends BaseServiceImpl<ScheduleRealInf @@ -2575,11 +2575,9 @@ public class ScheduleRealInfoServiceImpl extends BaseServiceImpl<ScheduleRealInf
2575 if (a == 2) { 2575 if (a == 2) {
2576 x = b + 1; 2576 x = b + 1;
2577 y = x * 2; 2577 y = x * 2;
2578 - ;  
2579 } else if (b == 1) { 2578 } else if (b == 1) {
2580 x = b + 1; 2579 x = b + 1;
2581 y = x * 2 - 1; 2580 y = x * 2 - 1;
2582 - ;  
2583 } else { 2581 } else {
2584 x = b; 2582 x = b;
2585 y = 2 * x; 2583 y = 2 * x;