| | |
| | | public interface DeviceOrderTimeMapper { |
| | | |
| | | /** |
| | | * 根据登录的联营商查询接单超时的时间间隔 |
| | | * 根据登录的联营商查询接单,完成的超时的时间间隔 |
| | | * |
| | | * @param deviceOrderTime |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | public List<DeviceOrderTime> selectReceiveTimeoutById(DeviceOrderTime deviceOrderTime) throws Exception; |
| | | public DeviceOrderTime selectDeviceOrderTimeoutById(DeviceOrderTime deviceOrderTime) throws Exception; |
| | | |
| | | /** |
| | | * 根据登录的联营商查询接单完成的时间间隔 |
| | | * |
| | | * @param deviceOrderTime |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | public List<DeviceOrderTime> selectFinishTimeoutById(DeviceOrderTime deviceOrderTime) throws Exception; |
| | | |
| | | /** |
| | | * 根据登录的用户id查询设备订单超时时间间隔信息 |