优化用户的查询逻辑,针对逻辑删除

This commit is contained in:
jishenghua
2024-12-10 22:07:21 +08:00
parent 196aac12f3
commit 5ea6c63c32
4 changed files with 15 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ public interface UserMapperEx {
List<User> getUserListByUserNameOrLoginName(@Param("userName") String userName,
@Param("loginName") String loginName);
int batDeleteOrUpdateUser(@Param("ids") String ids[], @Param("status") byte status);
int batDeleteOrUpdateUser(@Param("ids") String[] ids);
List<TreeNodeEx> getNodeTree();
List<TreeNodeEx> getNextNodeTree(Map<String, Object> parameterMap);