mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 适配mp新版本 方法名改动
This commit is contained in:
@ -41,7 +41,7 @@ public class WfFormManageServiceImpl implements IWfFormManageService {
|
||||
|
||||
@Override
|
||||
public List<WfFormManageVo> queryByIds(List<Long> ids) {
|
||||
return baseMapper.selectVoBatchIds(ids);
|
||||
return baseMapper.selectVoByIds(ids);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user