|
@@ -393,7 +393,7 @@ public class WxCorpInfoController {
|
|
double formulaDoubleValue = formula.getDoubleValue("value");
|
|
double formulaDoubleValue = formula.getDoubleValue("value");
|
|
BigDecimal bigDecimal = new BigDecimal(formulaDoubleValue);
|
|
BigDecimal bigDecimal = new BigDecimal(formulaDoubleValue);
|
|
if(workTime>0){
|
|
if(workTime>0){
|
|
- BigDecimal divide = bigDecimal.divide(new BigDecimal(workTime), 0, RoundingMode.HALF_UP);
|
|
|
|
|
|
+ BigDecimal divide = bigDecimal.divide(new BigDecimal(workTime), 3, RoundingMode.HALF_UP);
|
|
plan.setMoneyOfJob(divide);
|
|
plan.setMoneyOfJob(divide);
|
|
}
|
|
}
|
|
}
|
|
}
|