Commit ce98e282 authored by 廖旭伟's avatar 廖旭伟

绩效分值情况(年、月、日)统计

parent 728a2926
...@@ -142,7 +142,6 @@ public class CheckAllRecordController extends BaseJsonBodyController { ...@@ -142,7 +142,6 @@ public class CheckAllRecordController extends BaseJsonBodyController {
BigDecimal huanbi = current.getTotal().subtract(last.getTotal()); BigDecimal huanbi = current.getTotal().subtract(last.getTotal());
huanbi = huanbi.divide(last.getTotal(),6,BigDecimal.ROUND_HALF_UP); huanbi = huanbi.divide(last.getTotal(),6,BigDecimal.ROUND_HALF_UP);
model.put("huanbi",numberFormat.format(huanbi)); model.put("huanbi",numberFormat.format(huanbi));
//TODO 没有2022年的数据暂时不做同比增长
} }
if (query.getSummaryType() == SummaryTopTypeEnum..getValue()) { if (query.getSummaryType() == SummaryTopTypeEnum..getValue()) {
if(last!=null){ if(last!=null){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment