pad服务指令矩阵编排查询服务指令树接口改为只返回日常类型数据
This commit is contained in:
parent
1e81b61483
commit
22d69418df
|
|
@ -69,6 +69,7 @@ public class BizConfigServiceCategoryServiceImpl extends ServiceImpl<BizConfigSe
|
||||||
List<BizConfigServiceType> typeList = configServiceTypeService.list(typeQueryWrapper);
|
List<BizConfigServiceType> typeList = configServiceTypeService.list(typeQueryWrapper);
|
||||||
//查询服务指令数据
|
//查询服务指令数据
|
||||||
QueryWrapper<BizConfigServiceDirective> directiveQueryWrapper = new QueryWrapper<>();
|
QueryWrapper<BizConfigServiceDirective> directiveQueryWrapper = new QueryWrapper<>();
|
||||||
|
directiveQueryWrapper.eq("cycle_type", "1");
|
||||||
directiveQueryWrapper.eq("iz_enabled", "Y");
|
directiveQueryWrapper.eq("iz_enabled", "Y");
|
||||||
directiveQueryWrapper.eq("del_flag", "0");
|
directiveQueryWrapper.eq("del_flag", "0");
|
||||||
List<BizConfigServiceDirective> directiveList = configServiceDirectiveService.list(directiveQueryWrapper);
|
List<BizConfigServiceDirective> directiveList = configServiceDirectiveService.list(directiveQueryWrapper);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue