Commit 9b21dae7 by guojuxing

test

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

 */ 
 */
public static Integer createDownloadReport(DownloadReport dto) { public static Integer createDownloadReport(DownloadReport dto) {
DownloadReportDTO record = EntityUtil.changeEntityNew(DownloadReportDTO.class, dto); DownloadReportDTO record = EntityUtil.changeEntityNew(DownloadReportDTO.class, dto);
LOGGER.info("服务对象:{}", dataDownloadUtils.downloadReportApiService);
ServiceResponse<Integer> result = dataDownloadUtils.downloadReportApiService.saveDownloadReport(record); ServiceResponse<Integer> result = dataDownloadUtils.downloadReportApiService.saveDownloadReport(record);
if (result.isSuccess()) { if (result.isSuccess()) {
return result.getResult(); 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