|
@@ -157,7 +157,6 @@ public class SortDayworkController extends BaseController {
|
|
|
}
|
|
|
// 查找所有该工序和产品对应的分选标准和检查指导书
|
|
|
List<BizProductInspectionInstruction> list;
|
|
|
-
|
|
|
if (bizDayworkItem.getKeywords() != null ) {
|
|
|
// 如果 keywords 不为空或空字符串,则添加 LIKE 条件
|
|
|
list = bizProductInspectionInstructionService.query()
|