|
@@ -106,7 +106,7 @@ public class InvoiceQuotesController {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if(info.getBoxLength() >= 1000 || info.getBoxWidth() >= 1000 ||info.getBoxHight() >= 1000) {
|
|
|
|
|
|
+ if(info.getBoxLength() >= 100 || info.getBoxWidth() >= 100 ||info.getBoxHight() >= 100) {
|
|
standard = standardService.getStandard(company.getId(), invoice.getDestinationId(), "e915f3a3-a431-4879-a729-a4b4d0a0e97a", "木箱(1米及以上)");
|
|
standard = standardService.getStandard(company.getId(), invoice.getDestinationId(), "e915f3a3-a431-4879-a729-a4b4d0a0e97a", "木箱(1米及以上)");
|
|
if(standard != null) {
|
|
if(standard != null) {
|
|
BigDecimal tempFee = piecePlan(standard, info);
|
|
BigDecimal tempFee = piecePlan(standard, info);
|
|
@@ -126,7 +126,7 @@ public class InvoiceQuotesController {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if(info.getBoxLength() < 1000 && info.getBoxWidth() < 1000 && info.getBoxHight() < 1000) {
|
|
|
|
|
|
+ if(info.getBoxLength() < 100 && info.getBoxWidth() < 100 && info.getBoxHight() < 100) {
|
|
standard = standardService.getStandard(company.getId(), invoice.getDestinationId(), "e915f3a3-a431-4879-a729-a4b4d0a0e97a", "木箱(1米以下)");
|
|
standard = standardService.getStandard(company.getId(), invoice.getDestinationId(), "e915f3a3-a431-4879-a729-a4b4d0a0e97a", "木箱(1米以下)");
|
|
if(standard != null) {
|
|
if(standard != null) {
|
|
BigDecimal tempFee = piecePlan(standard, info);
|
|
BigDecimal tempFee = piecePlan(standard, info);
|