Commit 023869ff by guojuxing

test

parent e8d68049
......@@ -71,7 +71,7 @@ public class DataDownloadUtils {

 */
public static Integer createDownloadReport(DownloadReport dto) {
DownloadReportDTO record = EntityUtil.changeEntityNew(DownloadReportDTO.class, dto);
LOGGER.info("服务对象:{}", dataDownloadUtils.downloadReportApiService);
LOGGER.info("服务对象是否为空:{}", dataDownloadUtils.downloadReportApiService == null);
ServiceResponse<Integer> result = dataDownloadUtils.downloadReportApiService.saveDownloadReport(record);
if (result.isSuccess()) {
return result.getResult();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment