Commit bff27b8c authored by neo's avatar neo

[Bugfix] fixed select report ids mapper not use annotation

parent a40d0be0
......@@ -131,5 +131,5 @@ public interface PeriodReportMapper extends MyVatMapper {
"ORDER BY " +
" pt.ORDER_INDEX" +
"")
List<PeriodReport> selectOrderReportIds(String projectId, Integer period);
List<PeriodReport> selectOrderReportIds(@Param("projectId") String projectId, @Param("period") Integer period);
}
\ No newline at end of file
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