update 查询订单报表接口 按照日期倒序

This commit is contained in:
2023-07-15 16:24:17 +08:00
parent 6c8bbb155c
commit ac757f9ea9
4 changed files with 51 additions and 103 deletions

View File

@@ -427,7 +427,11 @@ public class AdapayMemberService {
adapayMemberAccountService.insertAdapayMemberAccount(adapayMemberAccount);
}
/**
* 提现逻辑
* @param dto
* @throws BaseAdaPayException
*/
public void withdraw(WithdrawDTO dto) throws BaseAdaPayException {
// 通过merchantId 查询出汇付会员id 和 结算账户id用来查询余额
AdapayMemberAccount adapayMemberAccount = adapayMemberAccountService.selectByMerchantId(dto.getMerchantId());