服务指令-指令树bug修改

This commit is contained in:
曹磊 2026-01-16 10:43:53 +08:00
parent 7f5139d169
commit c827179664
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +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("cycle_type", "1");
directiveQueryWrapper.eq("iz_enabled", "Y");
directiveQueryWrapper.eq("del_flag", "0");
List<BizConfigServiceDirective> directiveList = configServiceDirectiveService.list(directiveQueryWrapper);