fix:ftestwork查询添加batch_contains

This commit is contained in:
shijing 2026-08-04 11:12:36 +08:00
parent cfcd6c2ba3
commit 19271e8880
1 changed files with 1 additions and 1 deletions

View File

@ -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"]