|
|
|
@ -28,9 +28,8 @@ public class GetPurchaseSettingService extends SPIBaseService<Void, GetPurchaseS
|
|
|
|
|
@Override
|
|
|
|
|
public BaseResponse<GetPurchaseSettingResponseDTO> handle(BaseRequest<Void> req) {
|
|
|
|
|
super.handle(req);
|
|
|
|
|
// GetPurchaseSettingRequestDTO requestDTO = req.getData();
|
|
|
|
|
// todo: 获取shopid
|
|
|
|
|
Long shopId = 0L;
|
|
|
|
|
Long shopId = Long.valueOf(this.shopId);
|
|
|
|
|
|
|
|
|
|
PurchaseSettingDTO purchaseSetting = purchaseOrderUtil.getPurchaseSetting(shopId);
|
|
|
|
|
DsPurchaseSettingDTO dsPurchaseSetting = purchaseOrderService.getDsPurchaseSettingByShopId(shopId);
|
|
|
|
|
|
|
|
|
|