充值记录

This commit is contained in:
张松
2025-09-29 18:31:18 +08:00
parent f08f33b794
commit a5a308c1b0
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,9 @@ package com.czg.service.account.service.impl;
import cn.hutool.poi.excel.ExcelUtil;
import cn.hutool.poi.excel.ExcelWriter;
import com.czg.account.entity.ShopUserFlow;
import com.czg.account.service.ShopInfoService;
import com.czg.account.service.ShopUserFlowService;
import com.czg.account.service.ShopUserService;
import com.czg.account.vo.ShopUserFlowVO;
import com.czg.account.vo.SysUserDetailVO;
import com.czg.service.account.mapper.ShopUserFlowMapper;
@@ -13,6 +15,7 @@ import com.github.pagehelper.PageInfo;
import com.mybatisflex.core.paginate.Page;
import com.mybatisflex.core.update.UpdateChain;
import com.mybatisflex.spring.service.impl.ServiceImpl;
import jakarta.annotation.Resource;
import jakarta.servlet.http.HttpServletResponse;
import org.apache.dubbo.config.annotation.DubboService;
@@ -29,6 +32,8 @@ import java.util.List;
*/
@DubboService
public class ShopUserFlowServiceImpl extends ServiceImpl<ShopUserFlowMapper, ShopUserFlow> implements ShopUserFlowService {
@Resource
private ShopInfoService shopInfoService;
@Override
public void updateRefund(Long id, BigDecimal refundAmount) {