feat: mlogb添加parent isnull查询

This commit is contained in:
caoqianming 2025-09-08 13:33:48 +08:00
parent 0b1f71e652
commit 2e2ac78bad
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ class MlogbFilter(filters.FilterSet):
"wm_in__state": ["exact"],
"material_in": ["exact", "isnull"],
"material_out": ["exact", "isnull"],
"parent": ["exact", "isnull"],
}
def filter_type(self, queryset, name, value):