|
|
@@ -1,8 +1,6 @@
|
|
|
package com.sckw.transport.api.dubbo;
|
|
|
|
|
|
import com.sckw.core.web.response.HttpResult;
|
|
|
-import com.sckw.transport.api.model.dto.AcceptCarriageLogisticsOrderDto;
|
|
|
-import com.sckw.transport.api.model.dto.AccountCheckingBindDTO;
|
|
|
import com.sckw.transport.api.model.dto.RWaybillOrderDto;
|
|
|
import com.sckw.transport.api.model.param.*;
|
|
|
import com.sckw.transport.api.model.vo.*;
|
|
|
@@ -28,13 +26,6 @@ public interface TransportRemoteService {
|
|
|
*/
|
|
|
List<KwtLogisticsOrderVO> getAcceptCarriageOrderDetail(List<String> ids);
|
|
|
|
|
|
- /**
|
|
|
- * 根据id 对账页面需要的数据
|
|
|
- *
|
|
|
- * @param ids
|
|
|
- * @return
|
|
|
- */
|
|
|
- List<AcceptCarriageLogisticsOrderDto> getAcceptCarriageOrderList(List<String> ids);
|
|
|
|
|
|
/**
|
|
|
* 获取物流订单中地址信息
|
|
|
@@ -51,21 +42,6 @@ public interface TransportRemoteService {
|
|
|
*/
|
|
|
boolean checkLogisticsOrderByTradeOrderId(Long tOrderId);
|
|
|
|
|
|
- /**
|
|
|
- * 对账修改物流订单信息
|
|
|
- *
|
|
|
- * @param logisticsOrderParam 请求物流订单数据
|
|
|
- * @return
|
|
|
- */
|
|
|
- HttpResult checkLogisticsOrderStatusById(LogisticsOrderParam logisticsOrderParam);
|
|
|
-
|
|
|
- /**
|
|
|
- * 运费对账是否进行对账绑定数据
|
|
|
- *
|
|
|
- * @param accountCheckingBindDTO 物流订单id集合 是否绑定 0:未绑定 1:已绑定
|
|
|
- * @return
|
|
|
- */
|
|
|
- HttpResult logisticsOrderAccountCheckingBind(AccountCheckingBindDTO accountCheckingBindDTO);
|
|
|
|
|
|
/**
|
|
|
* 根据企业id 判断是否存在未完成完结的物流订单
|
|
|
@@ -89,7 +65,7 @@ public interface TransportRemoteService {
|
|
|
*
|
|
|
* @param param
|
|
|
*/
|
|
|
- void contractSignLogisticsCompleted(ContractSignLogisticsParam param);
|
|
|
+// void contractSignLogisticsCompleted(ContractSignLogisticsParam param);
|
|
|
|
|
|
/**
|
|
|
* @param params 参数
|