Skip to content

Commit

Permalink
feat:查询项目接口优化 #11276
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Dec 4, 2024
1 parent d7845ef commit 72f2595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class ProjectDao {
)
}
}
queryRemoteDevFlag?.let {
if (queryRemoteDevFlag == true) {
conditions.add(JooqUtils.jsonExtractAny<Boolean>(PROPERTIES, "\$.remotedev").isTrue)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@ abstract class AbsProjectServiceImpl @Autowired constructor(
limit: Int,
offset: Int
): List<ProjectByConditionDTO> {
logger.info("list projects by condition:$projectConditionDTO|$limit|$offset")
return projectDao.listProjectsByCondition(
dslContext = dslContext,
projectConditionDTO = projectConditionDTO,
Expand Down

0 comments on commit 72f2595

Please sign in to comment.