批量充值

This commit is contained in:
zt
2025-01-03 14:39:47 +08:00
parent d05cb759e1
commit 78fd0a3785

View File

@ -89,7 +89,7 @@ public class ExcelImportController {
}
List<Long> ids = new ArrayList<>();
ids.add(userByMobile.getId());
cashRechargeService.rechargeByAdmin(ids,null,excel.getMoney(),storeId,null);
cashRechargeService.rechargeByAdmin(ids,null,excel.getMoney(),storeId,false);
}
return notExist;
}