@@ -167,6 +167,6 @@
|
||||
FROM user_manage a
|
||||
left join sys_user s on a.creator_id=s.id
|
||||
left join sys_user e on a.editor_id=e.id
|
||||
where a.CFG_ID in (${ids})
|
||||
where a.id in (${ids})
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user