update 更新数据接口

This commit is contained in:
2023-04-18 15:44:13 +08:00
parent c7a23e12e6
commit 1ea8a90938
5 changed files with 116 additions and 2 deletions

View File

@@ -126,6 +126,8 @@ public interface IOrderBasicInfoService {
List<OrderVO> getListByMemberIdAndOrderStatus(String memberId, List<String> orderStatusList, LocalDateTime dateTime);
void updateElecAmount();
/**
* 结算订单退款和用户余额退款调这个方法
*/