彭雪彬
2025-07-16 b938c9c1824cc57d9b487ed607bbf65bf63f4a81
oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreQualificationServiceImpl.java
@@ -57,7 +57,7 @@
    }
    @Override
    public List<StoreQualification> queryByStoreId(Long storeId) {
    public List<StoreQualification> getByStoreId(Long storeId) {
        LambdaQueryWrapper<StoreQualification> wrapper = new LambdaQueryWrapper<>();
        wrapper.eq(StoreQualification::getStoreId, storeId);
        return storeQualificationMapper.selectList(wrapper);