提交 2aebf2f7 authored 作者: 马晨俊's avatar 马晨俊

mcj:修复规则查询bug

上级 2bd4d3b4
......@@ -322,7 +322,7 @@ public class Inspector {
private void ruleTransform(Integer status) {
//如果需要改造则查询所有规则
if (status == 1) {
this.ruleList = ruleService.findRules();
this.ruleList = ruleService.mcjAllRule();
} else {
//只查询前端技术
List<Technology> front = technologyDao.findAllByBackorfrontEquals(1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论