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