|
@@ -7,6 +7,7 @@ import java.util.List;
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Select;
|
|
import org.apache.ibatis.annotations.Select;
|
|
|
|
|
|
@Mapper
|
|
@Mapper
|
|
@@ -16,7 +17,7 @@ public interface QmsQueueResultMapper extends IBaseMapper<QmsQueueResult, BigDec
|
|
BigDecimal selectMaxId();
|
|
BigDecimal selectMaxId();
|
|
|
|
|
|
//车辆进入电子围栏后触发排队申请 发送数据:运输订单号 返回 运力Id、实绩总表Id、订单ID
|
|
//车辆进入电子围栏后触发排队申请 发送数据:运输订单号 返回 运力Id、实绩总表Id、订单ID
|
|
- Map<String, Object> queryCIdAndTIdByOrderNumber(String orderNumber);
|
|
|
|
|
|
+ Map<String, Object> queryCIdAndTIdByOrderNumber(@Param("orderNumber") String orderNumber);
|
|
|
|
|
|
//通过运输订单Id查询推送给司机进厂的数据
|
|
//通过运输订单Id查询推送给司机进厂的数据
|
|
Map<String, Object> sendEnFactoryMesToWebSocket(Integer orderId);
|
|
Map<String, Object> sendEnFactoryMesToWebSocket(Integer orderId);
|