From d3e23e26fcfc17e770fca7c29b290ef5082e5734 Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: 星期二, 04 七月 2023 22:32:00 +0800 Subject: [PATCH] 优化1.5报表相关bug --- service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportProficientCmd.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportProficientCmd.java b/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportProficientCmd.java index ee28b8a..27d5e2c 100644 --- a/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportProficientCmd.java +++ b/service-report/src/main/java/com/java110/report/cmd/reportFeeMonthStatistics/QueryReportProficientCmd.java @@ -5,7 +5,7 @@ import com.java110.core.context.ICmdDataFlowContext; import com.java110.core.event.cmd.Cmd; import com.java110.core.event.cmd.CmdEvent; -import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto; +import com.java110.dto.reportFee.ReportFeeMonthStatisticsDto; import com.java110.intf.report.IReportFeeMonthStatisticsInnerServiceSMO; import com.java110.utils.exception.CmdException; import com.java110.utils.util.Assert; -- Gitblit v1.8.0