|
@@ -296,10 +296,10 @@ public class BiInfoController {
|
|
int inAfterCount = warehouseInOutInfoService.selectCountCompany(companyId,"出库");
|
|
int inAfterCount = warehouseInOutInfoService.selectCountCompany(companyId,"出库");
|
|
//今日卸车
|
|
//今日卸车
|
|
int outCount = warehouseInOutInfoService.selectCountCompany(companyId,"入库");
|
|
int outCount = warehouseInOutInfoService.selectCountCompany(companyId,"入库");
|
|
- int outCount1 = weighingManagementService.selectCount(new EntityWrapper<WeighingManagement>()
|
|
|
|
- .le("status_flag", "3")
|
|
|
|
- .eq("delete_flag", "0")
|
|
|
|
- .eq("comp_id", companyId));
|
|
|
|
|
|
+// int outCount1 = weighingManagementService.selectCount(new EntityWrapper<WeighingManagement>()
|
|
|
|
+// .le("status_flag", "3")
|
|
|
|
+// .eq("delete_flag", "0")
|
|
|
|
+// .eq("comp_id", companyId));
|
|
BiViewInfo biViewInfo = new BiViewInfo();
|
|
BiViewInfo biViewInfo = new BiViewInfo();
|
|
BiViewInfo biViewInfo1 = new BiViewInfo();
|
|
BiViewInfo biViewInfo1 = new BiViewInfo();
|
|
BiViewInfo biViewInfo2 = new BiViewInfo();
|
|
BiViewInfo biViewInfo2 = new BiViewInfo();
|
|
@@ -310,7 +310,7 @@ public class BiInfoController {
|
|
biViewInfo2.setName("装货车辆");
|
|
biViewInfo2.setName("装货车辆");
|
|
biViewInfo2.setCount(String.valueOf(inAfterCount));
|
|
biViewInfo2.setCount(String.valueOf(inAfterCount));
|
|
biViewInfo3.setName("卸货车辆");
|
|
biViewInfo3.setName("卸货车辆");
|
|
- biViewInfo3.setCount(String.valueOf(outCount+outCount1));
|
|
|
|
|
|
+ biViewInfo3.setCount(String.valueOf(outCount));
|
|
biViewInfoList.add(biViewInfo1);
|
|
biViewInfoList.add(biViewInfo1);
|
|
biViewInfoList.add(biViewInfo2);
|
|
biViewInfoList.add(biViewInfo2);
|
|
biViewInfoList.add(biViewInfo3);
|
|
biViewInfoList.add(biViewInfo3);
|