Skip to content

Commit

Permalink
fix:bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xaopohi committed Dec 21, 2022
1 parent e422938 commit a10548f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public PageUtils<OraProject> list(RetrieveOraProjectVo retrieveOraProjectVo, Que
}
if (enabled != null){
wrapper.eq(OraProject.COL_ENABLED,enabled);
}else {
wrapper.eq(OraProject.COL_ENABLED, true);
}


Expand Down

0 comments on commit a10548f

Please sign in to comment.