This commit is contained in:
wangjinlei
2024-05-24 15:15:36 +08:00
parent 6e3cc44319
commit 80973cee4b
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Slf4j
@Service("shopStore")
@Service("masterShopStore")
public class ShopStoreServiceImpl extends ServiceImpl<ShopStoreDao, ShopStore> implements ShopStoreService {
@Autowired
private ShopStoreToProductDao shopStoreToProductDao;