@ -153,6 +153,11 @@ func getDataStatus(val gjson.Result, dataType string) string {
if len(val.Map()) == 0 {
return consts.DataStatusIsEmpty
}
} else if strings.HasPrefix(dataType, "*") {
// 指针类型
if nil == val.Value() {
return consts.DataStatusIsNil
return ""
The note is not visible to the blocked user.