消息中心修改
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 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue