消息中心修改
This commit is contained in:
parent
a40ad92399
commit
50561fe2e5
|
|
@ -16,6 +16,7 @@ import com.czg.product.vo.ProductGroupVo;
|
||||||
import com.czg.utils.AssertUtil;
|
import com.czg.utils.AssertUtil;
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.apache.dubbo.config.annotation.DubboReference;
|
||||||
import org.apache.dubbo.config.annotation.DubboService;
|
import org.apache.dubbo.config.annotation.DubboService;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
|
@ -38,7 +39,7 @@ import static com.mybatisflex.core.query.QueryMethods.column;
|
||||||
@Service
|
@Service
|
||||||
@DubboService
|
@DubboService
|
||||||
public class ShopSyncServiceImpl implements ShopSyncService {
|
public class ShopSyncServiceImpl implements ShopSyncService {
|
||||||
@Resource
|
@DubboReference
|
||||||
private ShopInfoService shopInfoService;
|
private ShopInfoService shopInfoService;
|
||||||
@Resource
|
@Resource
|
||||||
private ShopProdUnitService unitService;
|
private ShopProdUnitService unitService;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue