Commit 91c453e1a12a0374e74b6dfe97fbc67f6ce1c16c
1 parent
d124d9c9
2017-07-11
Showing
1 changed file
with
0 additions
and
2 deletions
src/main/java/com/bsth/service/realcontrol/impl/ScheduleRealInfoServiceImpl.java
| ... | ... | @@ -2575,11 +2575,9 @@ public class ScheduleRealInfoServiceImpl extends BaseServiceImpl<ScheduleRealInf |
| 2575 | 2575 | if (a == 2) { |
| 2576 | 2576 | x = b + 1; |
| 2577 | 2577 | y = x * 2; |
| 2578 | - ; | |
| 2579 | 2578 | } else if (b == 1) { |
| 2580 | 2579 | x = b + 1; |
| 2581 | 2580 | y = x * 2 - 1; |
| 2582 | - ; | |
| 2583 | 2581 | } else { |
| 2584 | 2582 | x = b; |
| 2585 | 2583 | y = 2 * x; | ... | ... |