This commit is contained in:
2023-09-05 16:42:33 +08:00
parent f1947e859f
commit 8befe2d745
3 changed files with 38 additions and 18 deletions

View File

@@ -441,4 +441,10 @@ public class TempService {
// logger.info("批量进行问题订单退款orderCode:{}, result:{}", orderBasicInfo.getOrderCode(), JSON.toJSONString(result));
}
}
public void updateMemberAdapayRecord(String memberId) {
// 查询
List<MemberAdapayRecord> memberAdapayRecordList = memberAdapayRecordService.selectAdapayRecordList(memberId, ScenarioEnum.BALANCE.getValue());
}
}