@ -148,13 +148,7 @@ func WithBatchIn[T op_type.Array](batchIn map[string]T) SetOption {
o.In = make(map[string]interface{})
}
for field, value := range batchIn {
if nil == value {
continue
if len(value) == 0 {
o.In[field] = value
WithIn(field, value)
The note is not visible to the blocked user.