This commit is contained in:
shuo.wang
2025-06-10 16:41:51 +08:00
parent a4643291f6
commit eaf2db93ff

View File

@@ -674,7 +674,7 @@ public class ExportRealizeServiceImpl implements ExportRealizeService {
String url = "";
try {
ShopReportResponse total = new ShopReportResponse();
total.setJoinGroupName("总计");
total.setBuildTime("总计");
for (ShopReportResponse response : list){
total.setTotal(total.getTotal().add(response.getTotal()));
total.setFranchiseFee(total.getFranchiseFee().add(response.getFranchiseFee()));