服务指令-指令树bug修改
This commit is contained in:
parent
7f5139d169
commit
c827179664
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue