| | |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.other.api.domain.ShopPoint; |
| | | import com.ruoyi.other.api.domain.ShopPointCopy; |
| | | import com.ruoyi.other.api.feignClient.ShopPointClient; |
| | | import org.springframework.cloud.openfeign.FallbackFactory; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author zhibing.pu |
| | |
| | | public void saveShopPoint(ShopPoint shopPoint) { |
| | | R.fail("保存门店积分流水失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void saveShopPointCopy(ShopPointCopy shopPoint) { |
| | | R.fail("保存门店积分流水失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public void deleteShopPointCopy(Long orderId, List<Integer> type) { |
| | | |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public void deleteShopPointCopyByIds(List<Long> ids) { |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public R<List<ShopPointCopy>> getShopPointCopy(Long orderId, List<Integer> type) { |
| | | return R.fail("获取门店积分流水失败:" + cause.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |