Commit c8eecb7d authored by 梁光意's avatar 梁光意

修改代码

parent ad14e234
Pipeline #9639 passed with stages
in 1 minute 12 seconds
......@@ -145,7 +145,7 @@ public class InstrumentPanelInitServiceImpl extends ServiceImpl<InstrumentPanelM
}
InstrumentPanelTree tree = treeService.getById(panelConfig.getPanelId());
LambdaQueryWrapper<InstrumentPanelTree> where = new LambdaQueryWrapper<>();
where.eq(BaseEntity::getRecordStatus, SlmConstants.DATA_VALID);
//where.eq(BaseEntity::getRecordStatus, SlmConstants.DATA_VALID);
where.likeRight(InstrumentPanelTree::getFullId, tree.getFullId() + ".");
where.orderByAsc(InstrumentPanelTree::getAssemblyKey);
List<InstrumentPanelTree> panelTrees = treeService.list(where);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment