|
|
@@ -115,7 +115,7 @@ public class OrderController extends BaseWebController {
|
|
|
dateStr = DateFormatUtils.format(orderCostWebInDTO.getStartDate(),"yyyy-MM-dd")+"~"+
|
|
|
DateFormatUtils.format(orderCostWebInDTO.getEndDate(),"yyyy-MM-dd")+dateStr;
|
|
|
}
|
|
|
-
|
|
|
+ orgConstrainService.fillOrgParams(orderCostWebInDTO);
|
|
|
List<OrderCostWebOutDTO> list = orderService.OrderCostList(orderCostWebInDTO);
|
|
|
double totalActualCost = list.stream().mapToDouble(a-> Double.parseDouble(a.getStandard())).sum();
|
|
|
double totalActualIncome =list.stream().mapToDouble(a-> Double.parseDouble(a.getActual())).sum();
|