|
@@ -232,6 +232,7 @@ public class RefundManagementApprovalServiceImpl extends ServiceImpl<RefundManag
|
|
|
cashFlowManageBasicInfoService.add(cashFlowRequest);
|
|
|
//闭合分账推送给现金流的数据
|
|
|
cashFlowComplete(apply, null);
|
|
|
+ handleApprovalProcess(apply.getRefundManagementId());
|
|
|
}
|
|
|
|
|
|
RefundManagementApprovalApplyDetailsRef approvalApplyDetailsRef = new RefundManagementApprovalApplyDetailsRef();
|