BUGFIX:管理员查design频次与chart中获取到的数量有区别

This commit is contained in:
2026-01-27 14:59:39 +08:00
parent 497421e7fe
commit 412550df27
5 changed files with 39 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ public interface DesignMapper extends CommonMapper<Design> {
Long insertDesign(Design design);
List<UserDesignStatisticDTO> getDesignStatistic(String startTime, String endTime, List<Long> ids, String email,
String role, String organizationName);
String role, String organizationName, boolean filterBySecond);
List<Design> selectDeleteList();
}