fix: selectBatchIds 已过期

This commit is contained in:
xingyu4j
2025-05-26 14:06:02 +08:00
parent 837f155668
commit 5caf990920
63 changed files with 101 additions and 101 deletions

View File

@@ -67,7 +67,7 @@ public class MpUserServiceImpl implements MpUserService {
@Override
public List<MpUserDO> getUserList(Collection<Long> ids) {
return mpUserMapper.selectBatchIds(ids);
return mpUserMapper.selectByIds(ids);
}
@Override