|
@@ -197,6 +197,15 @@ public class BiInfoController {
|
|
// sumCost = sumCost + (costManagementInfo.getStorage() * costManagementInfo.getCost());
|
|
// sumCost = sumCost + (costManagementInfo.getStorage() * costManagementInfo.getCost());
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
+ if(sumAct == null){
|
|
|
|
+ sumAct = 0d;
|
|
|
|
+ }
|
|
|
|
+ if(sumBuy == null){
|
|
|
|
+ sumBuy = 0d;
|
|
|
|
+ }
|
|
|
|
+ if(sumSale == null){
|
|
|
|
+ sumSale = 0d;
|
|
|
|
+ }
|
|
List<BiViewInfo> biViewInfoList = new ArrayList<>();
|
|
List<BiViewInfo> biViewInfoList = new ArrayList<>();
|
|
BiViewInfo biViewInfo = new BiViewInfo();
|
|
BiViewInfo biViewInfo = new BiViewInfo();
|
|
BiViewInfo biViewInfo1 = new BiViewInfo();
|
|
BiViewInfo biViewInfo1 = new BiViewInfo();
|