|
|
@ -145,7 +145,7 @@ public class ExportServiceImpl implements ExportService { |
|
|
} else if (dto instanceof FundDTO fundDTO){ |
|
|
} else if (dto instanceof FundDTO fundDTO){ |
|
|
fundDTO.setAccount(Integer.valueOf(account)); |
|
|
fundDTO.setAccount(Integer.valueOf(account)); |
|
|
fundDTO.setUrl(""); |
|
|
fundDTO.setUrl(""); |
|
|
fundDTO.setFileName(generateFileName("资金明细", adminName, lang)); |
|
|
|
|
|
|
|
|
fundDTO.setFileName(generateFileName("资金流水明细", adminName, lang)); |
|
|
fundDTO.setDataNum(0); |
|
|
fundDTO.setDataNum(0); |
|
|
} else if(dto instanceof UserWalletRecordDTO userWalletRecordDTO){ |
|
|
} else if(dto instanceof UserWalletRecordDTO userWalletRecordDTO){ |
|
|
userWalletRecordDTO.setAccount(Integer.valueOf(account)); |
|
|
userWalletRecordDTO.setAccount(Integer.valueOf(account)); |
|
|
@ -434,7 +434,7 @@ public class ExportServiceImpl implements ExportService { |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public Result addExportPerformance(PerformanceDTO dto) { |
|
|
public Result addExportPerformance(PerformanceDTO dto) { |
|
|
return addExport(dto, "业绩明细", "performance:queue:export_queue", "performanceDTO", dto.getLang()); |
|
|
|
|
|
|
|
|
return addExport(dto, "业绩归属明细", "performance:queue:export_queue", "performanceDTO", dto.getLang()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
|