|
|
@ -713,7 +713,7 @@ public class ScmFinanceAdjustApplyService extends MybatisBaseService<ScmFinanceA |
|
|
|
ScmFinanceAdjustApply adjustApply = fetchBySid(sid); |
|
|
|
String adjustWay = adjustApply.getAdjustWay(); |
|
|
|
List<ScmFinanceAdjustDetails> details = scmFinanceAdjustDetailsService.selByMainSid(sid); |
|
|
|
String format = scmVehRebateWithApplyService.returnBusDate(adjustApply.getCreateTime()); |
|
|
|
String format = scmVehRebateWithApplyService.returnBusDate(adjustApply.getClosingDate()); |
|
|
|
if (!details.isEmpty() && details.size() > 0) { |
|
|
|
if (adjustWay.equals("客户交纳")) { |
|
|
|
//按照采购系统分组
|
|
|
|