Commit 9923b7b1 by 程裕兵

feat:settle

parent 5632199b
...@@ -91,7 +91,7 @@ public class SettleServiceImpl implements SettleService { ...@@ -91,7 +91,7 @@ public class SettleServiceImpl implements SettleService {
} }
// 获取开始日期 // 获取开始日期
Date startDate = this.getStartDate(apply.getMerchantId(), settleDate); Date startDate = this.getStartDate(apply.getMerchantId(), endDate);
// 获取三方结算记录 // 获取三方结算记录
SettleVO vo = payRpcService.syncSettle(apply.getMerchantId(), endDate); SettleVO vo = payRpcService.syncSettle(apply.getMerchantId(), endDate);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment