财务报表

This commit is contained in:
gong
2026-02-02 14:51:21 +08:00
parent c9a432b786
commit ad24a91a28
10 changed files with 739 additions and 177 deletions

View File

@@ -131,7 +131,6 @@ public class AShopUserServiceImpl implements AShopUserService {
public void exportUserList(String key, Integer isVip, HttpServletResponse response) {
Long mainIdByShopId = shopInfoService.getMainIdByShopId(StpKit.USER.getShopId());
ShopInfo shopInfo = shopInfoService.getById(StpKit.USER.getShopId());
PageHelper.startPage(PageUtil.buildPageHelp());
List<ShopUserDTO> dtoList = shopUserMapper.selectPageByKeyAndIsVip(mainIdByShopId, isVip, key, null);
// 将 dtoList 转换为 ShopUserExportDTO 列表