fix: selectBatchIds 已过期
This commit is contained in:
@@ -121,7 +121,7 @@ public class PayAppServiceImpl implements PayAppService {
|
||||
if (CollUtil.isEmpty(ids)) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
return appMapper.selectBatchIds(ids);
|
||||
return appMapper.selectByIds(ids);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -89,7 +89,7 @@ public class PayOrderServiceImpl implements PayOrderService {
|
||||
if (CollUtil.isEmpty(ids)) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
return orderMapper.selectBatchIds(ids);
|
||||
return orderMapper.selectByIds(ids);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user