mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(fix)(headless)Fix showType determination and date field setting in metric query.
(fix)(headless)Fix showType determination and date field setting in metric query.
This commit is contained in:
@@ -318,7 +318,7 @@ public class DateModeUtils {
|
||||
}
|
||||
|
||||
public String getDateWhereStr(DateConf dateInfo, ItemDateResp dateDate) {
|
||||
if (Objects.isNull(dateInfo)) {
|
||||
if (Objects.isNull(dateInfo) || Objects.isNull(dateInfo.getDateField())) {
|
||||
return "";
|
||||
}
|
||||
String dateStr = "";
|
||||
|
||||
Reference in New Issue
Block a user