(fix)(headless) fix dim value query error (#1308)

Co-authored-by: lxwcodemonkey
This commit is contained in:
LXW
2024-07-01 15:21:05 +08:00
committed by GitHub
parent 7bb0f84bc3
commit 7a0ae9f075

View File

@@ -11,6 +11,6 @@ public class QueryDimValueReq {
private Long modelId;
private String dimensionBizName;
private String value;
private DateConf dateInfo;
private DateConf dateInfo = new DateConf();
}