|
|
@ -523,7 +523,7 @@ public class ScmSpecialrebateCheckapplyService extends MybatisBaseService<ScmSpe |
|
|
|
ydzf = rebate.getOnceTreatCost(); |
|
|
|
} |
|
|
|
if (null != rebate.getOnceSuppCost()) { |
|
|
|
ydd = rebate.getOnceTreatCost(); |
|
|
|
ydd = rebate.getOnceSuppCost(); |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(rebate.getStayDetermineMoneyNew())) { |
|
|
|
ydqd = new BigDecimal(rebate.getStayDetermineMoneyNew()); |
|
|
@ -533,7 +533,7 @@ public class ScmSpecialrebateCheckapplyService extends MybatisBaseService<ScmSpe |
|
|
|
esc = new BigDecimal(rebate.getSecondaryUploadMoney()); |
|
|
|
} |
|
|
|
if (null != rebate.getSecondItureCost()) { |
|
|
|
efpzc = rebate.getOnceItureCost(); |
|
|
|
efpzc = rebate.getSecondItureCost(); |
|
|
|
} |
|
|
|
if (null != rebate.getTempItureCost()) { |
|
|
|
edfpzc = rebate.getTempItureCost(); |
|
|
@ -541,8 +541,8 @@ public class ScmSpecialrebateCheckapplyService extends MybatisBaseService<ScmSpe |
|
|
|
if (null != rebate.getSecondTreatCost()) { |
|
|
|
efpdzf = rebate.getSecondTreatCost(); |
|
|
|
} |
|
|
|
if (null != rebate.getTempItureCost()) { |
|
|
|
edfpdzf = rebate.getTempItureCost(); |
|
|
|
if (null != rebate.getTempTreatCost()) { |
|
|
|
edfpdzf = rebate.getTempTreatCost(); |
|
|
|
} |
|
|
|
if (null != rebate.getSecondSuppCost()) { |
|
|
|
efpdd = rebate.getSecondSuppCost(); |
|
|
|