|
@@ -715,7 +715,7 @@ public class PayController {
|
|
|
if(datePicker !=null){
|
|
|
for(String str: datePicker){
|
|
|
if (str.contains(currentTime) && rule.get(0).getIntegralProportion() != null){
|
|
|
- integral.multiply(new BigDecimal(rule.get(0).getIntegralProportion()));
|
|
|
+ integral=integral.multiply(new BigDecimal(rule.get(0).getIntegralProportion()));
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
@@ -738,7 +738,7 @@ public class PayController {
|
|
|
if(datePicker !=null){
|
|
|
for(String str: datePicker){
|
|
|
if (str.contains(currentTime) && rule.get(0).getIntegralProportion() != null){
|
|
|
- integral.multiply(new BigDecimal(rule.get(0).getIntegralProportion()));
|
|
|
+ integral=integral.multiply(new BigDecimal(rule.get(0).getIntegralProportion()));
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
@@ -760,7 +760,7 @@ public class PayController {
|
|
|
if(datePicker !=null){
|
|
|
for(String str: datePicker){
|
|
|
if (str.contains(currentTime) && rule.get(0).getIntegralProportion() !=null ){
|
|
|
- integral.multiply(new BigDecimal(rule.get(0).getIntegralProportion()));
|
|
|
+ integral=integral.multiply(new BigDecimal(rule.get(0).getIntegralProportion()));
|
|
|
break;
|
|
|
}
|
|
|
}
|