|
@@ -305,7 +305,7 @@ public class WorkerLogic {
|
|
return policy.getMonth5();
|
|
return policy.getMonth5();
|
|
if (integer.equals(6))
|
|
if (integer.equals(6))
|
|
return policy.getMonth6();
|
|
return policy.getMonth6();
|
|
- if (integer.equals(7)
|
|
|
|
|
|
+ if (integer.equals(7))
|
|
return policy.getMonth7();
|
|
return policy.getMonth7();
|
|
if (integer.equals(8))
|
|
if (integer.equals(8))
|
|
return policy.getMonth8();
|
|
return policy.getMonth8();
|