diff --git a/backend/services/system-setting/src/main/java/io/metersphere/system/mapper/ExtOrganizationMapper.xml b/backend/services/system-setting/src/main/java/io/metersphere/system/mapper/ExtOrganizationMapper.xml index db3aa2ea49..d9a2e5cffb 100644 --- a/backend/services/system-setting/src/main/java/io/metersphere/system/mapper/ExtOrganizationMapper.xml +++ b/backend/services/system-setting/src/main/java/io/metersphere/system/mapper/ExtOrganizationMapper.xml @@ -103,7 +103,7 @@ from user where deleted = 0 - and (name LIKE CONCAT('%', #{keyword}, '%') + and name LIKE CONCAT('%', #{keyword}, '%') order by update_time desc limit 100