bug
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
package com.peanut.modules.book.service.impl;
|
package com.peanut.modules.book.service.impl;
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||||
import com.peanut.modules.book.dao.ShopStoreDao;
|
import com.peanut.modules.common.dao.ShopStoreDao;
|
||||||
import com.peanut.modules.book.entity.ShopStore;
|
import com.peanut.modules.common.entity.ShopStore;
|
||||||
import com.peanut.modules.book.service.ShopStoreService;
|
import com.peanut.modules.book.service.ShopStoreService;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Service("shopStore")
|
@Service("bookShopStore")
|
||||||
public class ShopStoreServiceImpl extends ServiceImpl<ShopStoreDao, ShopStore> implements ShopStoreService {
|
public class ShopStoreServiceImpl extends ServiceImpl<ShopStoreDao, ShopStore> implements ShopStoreService {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Service("shopStore")
|
@Service("masterShopStore")
|
||||||
public class ShopStoreServiceImpl extends ServiceImpl<ShopStoreDao, ShopStore> implements ShopStoreService {
|
public class ShopStoreServiceImpl extends ServiceImpl<ShopStoreDao, ShopStore> implements ShopStoreService {
|
||||||
@Autowired
|
@Autowired
|
||||||
private ShopStoreToProductDao shopStoreToProductDao;
|
private ShopStoreToProductDao shopStoreToProductDao;
|
||||||
|
|||||||
Reference in New Issue
Block a user