|
@@ -415,7 +415,7 @@ public class BillsServiceImpl extends ServiceImpl<BillsMapper, Bills> implements
|
|
|
Integer other = 0;
|
|
Integer other = 0;
|
|
|
BigDecimal teu = new BigDecimal("0.00");
|
|
BigDecimal teu = new BigDecimal("0.00");
|
|
|
StringBuilder boxTypeSum = new StringBuilder();
|
|
StringBuilder boxTypeSum = new StringBuilder();
|
|
|
- if (ObjectUtils.isNull(bills.getCfsQuantity()) || bills.getCfsQuantity().compareTo(new BigDecimal("0.00")) == 0) {
|
|
|
|
|
|
|
+// if (ObjectUtils.isNull(bills.getCfsQuantity()) || bills.getCfsQuantity().compareTo(new BigDecimal("0.00")) == 0) {
|
|
|
if (ObjectUtils.isNotNull(bills.getPreContainersList())) {
|
|
if (ObjectUtils.isNotNull(bills.getPreContainersList())) {
|
|
|
for (PreContainers item : bills.getPreContainersList()) {
|
|
for (PreContainers item : bills.getPreContainersList()) {
|
|
|
item.setPid(bills.getId());
|
|
item.setPid(bills.getId());
|
|
@@ -446,7 +446,7 @@ public class BillsServiceImpl extends ServiceImpl<BillsMapper, Bills> implements
|
|
|
bills.setQuantityCntrDescr(boxTypeSum.toString());
|
|
bills.setQuantityCntrDescr(boxTypeSum.toString());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
|
|
+// }
|
|
|
bills.setQuantityV20(V20);
|
|
bills.setQuantityV20(V20);
|
|
|
bills.setQuantityV40(V40);
|
|
bills.setQuantityV40(V40);
|
|
|
bills.setQuantityV40hc(V40HC);
|
|
bills.setQuantityV40hc(V40HC);
|
|
@@ -2891,6 +2891,10 @@ public class BillsServiceImpl extends ServiceImpl<BillsMapper, Bills> implements
|
|
|
List<FeeCenter> feeCenterListMYDL = new ArrayList<>();
|
|
List<FeeCenter> feeCenterListMYDL = new ArrayList<>();
|
|
|
for (FeeCenter item : feeCenterList) {
|
|
for (FeeCenter item : feeCenterList) {
|
|
|
FeeCenter feeCenter = new FeeCenter();
|
|
FeeCenter feeCenter = new FeeCenter();
|
|
|
|
|
+ feeCenter.setAccStatus(1);
|
|
|
|
|
+ feeCenter.setStlStatus(1);
|
|
|
|
|
+ feeCenter.setWhetherSynchronizationTariff("1");
|
|
|
|
|
+ feeCenter.setWhetherSynchronizationZzs("1");
|
|
|
feeCenter.setCreateTime(new Date());
|
|
feeCenter.setCreateTime(new Date());
|
|
|
feeCenter.setCreateUser(AuthUtil.getUserId());
|
|
feeCenter.setCreateUser(AuthUtil.getUserId());
|
|
|
feeCenter.setCreateUserName(AuthUtil.getUserName());
|
|
feeCenter.setCreateUserName(AuthUtil.getUserName());
|