mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(fix)(headless) fix dim value query error (#1308)
Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -11,6 +11,6 @@ public class QueryDimValueReq {
|
||||
private Long modelId;
|
||||
private String dimensionBizName;
|
||||
private String value;
|
||||
private DateConf dateInfo;
|
||||
private DateConf dateInfo = new DateConf();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user