充值记录
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user