|
@@ -354,17 +354,6 @@ public class QueryOrderDetailReportBo extends BaseBo<OrderDetailReport> { |
|
@@ -354,17 +354,6 @@ public class QueryOrderDetailReportBo extends BaseBo<OrderDetailReport> { |
|
354
|
this.specialRequirements = getDicItemNameOrOriginal(DIC_SPECIAL_REQUIREMENTS, this.specialRequirements);
|
354
|
this.specialRequirements = getDicItemNameOrOriginal(DIC_SPECIAL_REQUIREMENTS, this.specialRequirements);
|
|
355
|
this.deptCode = convertDeptNameToDeptCode(this.deptName);
|
355
|
this.deptCode = convertDeptNameToDeptCode(this.deptName);
|
|
356
|
this.contractTypeName = handleContractType(this.contractTypeCode);
|
356
|
this.contractTypeName = handleContractType(this.contractTypeCode);
|
|
357
|
- if ("PROCESS_STD_AGMT".equals(this.contractTypeCode)) {
|
|
|
|
358
|
- if (StringUtils.isBlank(this.returnShippingCost) && StringUtils.isNotBlank(this.shippingCost)) {
|
|
|
|
359
|
- this.returnShippingCost = this.shippingCost;
|
|
|
|
360
|
- }
|
|
|
|
361
|
- this.shippingCost = null;
|
|
|
|
362
|
- } else {
|
|
|
|
363
|
- if (StringUtils.isBlank(this.shippingCost) && StringUtils.isNotBlank(this.returnShippingCost)) {
|
|
|
|
364
|
- this.shippingCost = this.returnShippingCost;
|
|
|
|
365
|
- }
|
|
|
|
366
|
- this.returnShippingCost = null;
|
|
|
|
367
|
- }
|
|
|
|
368
|
}
|
357
|
}
|
|
369
|
|
358
|
|
|
370
|
private static String getDicItemNameOrOriginal(String dicCode, String itemCode) {
|
359
|
private static String getDicItemNameOrOriginal(String dicCode, String itemCode) {
|