fix:ftestwork查询添加batch_contains
This commit is contained in:
parent
cfcd6c2ba3
commit
19271e8880
|
|
@ -48,7 +48,7 @@ class FtestWorkFilter(filters.FilterSet):
|
|||
"material": ["exact"],
|
||||
"wm": ["exact", "isnull"],
|
||||
"mb": ["exact", "isnull"],
|
||||
"batch": ["exact"],
|
||||
"batch": ["exact", "contains"],
|
||||
"type": ["exact"],
|
||||
"type2": ["exact"],
|
||||
"shift": ["exact"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue