多店铺需求
This commit is contained in:
@@ -10,7 +10,6 @@ import com.czg.account.enums.ShopTypeEnum;
|
||||
import com.czg.account.param.ShopBranchParam;
|
||||
import com.czg.account.service.ShopBranchService;
|
||||
import com.czg.account.service.ShopUserSyncService;
|
||||
import com.czg.account.service.SyncNoticeService;
|
||||
import com.czg.enums.YesNoEnum;
|
||||
import com.czg.exception.CzgException;
|
||||
import com.czg.product.service.ShopSyncService;
|
||||
@@ -23,6 +22,7 @@ import com.github.pagehelper.PageInfo;
|
||||
import com.mybatisflex.core.paginate.Page;
|
||||
import com.mybatisflex.core.query.QueryWrapper;
|
||||
import jakarta.annotation.Resource;
|
||||
import org.apache.dubbo.config.annotation.DubboReference;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
@@ -42,10 +42,8 @@ public class ShopBranchServiceImpl implements ShopBranchService {
|
||||
private ShopInfoMapper shopInfoMapper;
|
||||
@Resource
|
||||
private ShopSyncService shopSyncService;
|
||||
@Resource
|
||||
@DubboReference
|
||||
private ShopUserSyncService shopUserSyncService;
|
||||
@Resource
|
||||
private SyncNoticeService syncNoticeService;
|
||||
|
||||
|
||||
@Override
|
||||
|
||||
@@ -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.DubboService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
@@ -35,6 +36,7 @@ import static com.mybatisflex.core.query.QueryMethods.column;
|
||||
*/
|
||||
@Slf4j
|
||||
@Service
|
||||
@DubboService
|
||||
public class ShopSyncServiceImpl implements ShopSyncService {
|
||||
@Resource
|
||||
private ShopInfoService shopInfoService;
|
||||
|
||||
Reference in New Issue
Block a user