|
|
@@ -56,7 +56,7 @@ public interface ShowChartsMapper {
|
|
|
|
|
|
|
|
|
//时间类型的X轴
|
|
|
- @Select("select distinct to_char(${xAxisName},${timeType})time from ${tableName} where rownum <= #{count} ORDER by to_char(${xAxisName},${timeType}) ASC")
|
|
|
+ @Select("select distinct to_char(${xAxisName},${timeType})time from ${tableName} ${screen} and rownum <= #{count} ORDER by to_char(${xAxisName},${timeType}) ASC")
|
|
|
List<String> getTimeDate(@Param("xAxisName") String xAxisName, @Param("tableName") String tableName,
|
|
|
@Param("timeType") String timeType, @Param("screen") String screen, @Param("count") int count);
|
|
|
|