Skip to content

Commit

Permalink
Add egtw and base module select data result
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Sep 8, 2021
1 parent 08a4557 commit 789d465
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ public List<QueryDataBase> findName(String name) {
result.addAll(mapper.selectRuleDmg(name));
result.addAll(mapper.selectMM(name));
result.addAll(mapper.selectBackgroundPhb(name));
result.addAll(mapper.selectEgtw(name));
result.addAll(mapper.selectBaseModule(name));

return result;
}

Expand Down

0 comments on commit 789d465

Please sign in to comment.