pad服务指令矩阵编排查询服务指令树接口改为只返回日常类型数据

This commit is contained in:
1378012178@qq.com 2026-01-15 14:31:44 +08:00
parent 1e81b61483
commit 22d69418df
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class BizConfigServiceCategoryServiceImpl extends ServiceImpl<BizConfigSe
List<BizConfigServiceType> typeList = configServiceTypeService.list(typeQueryWrapper);
//查询服务指令数据
QueryWrapper<BizConfigServiceDirective> directiveQueryWrapper = new QueryWrapper<>();
directiveQueryWrapper.eq("cycle_type", "1");
directiveQueryWrapper.eq("iz_enabled", "Y");
directiveQueryWrapper.eq("del_flag", "0");
List<BizConfigServiceDirective> directiveList = configServiceDirectiveService.list(directiveQueryWrapper);