fix
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user