From b3b7d3ae4789eb3d4d4bbadccd03d79adb28cb1a Mon Sep 17 00:00:00 2001 From: zhibing.pu <393733352@qq.com> Date: 星期四, 25 七月 2024 18:21:09 +0800 Subject: [PATCH] 修改2.0 bug --- UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java index e9457ac..ae4c770 100644 --- a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java +++ b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/IOrderLogisticsService.java @@ -5,6 +5,8 @@ import com.stylefeng.guns.modular.system.model.Region; import com.stylefeng.guns.modular.system.util.ResultUtil; import com.stylefeng.guns.modular.system.warpper.BaseWarpper; +import com.stylefeng.guns.modular.system.warpper.EndPushWarpper; +import com.stylefeng.guns.modular.system.warpper.OrderServerWarpper; import org.apache.ibatis.annotations.Param; import javax.servlet.http.HttpServletRequest; @@ -305,4 +307,23 @@ * @throws Exception */ List<Map<String, Object>> queryRedEnvelope(Integer language, Integer uid) throws Exception; + + + + /** + * 获取服务中的订单数据 + * @param uid + * @return + * @throws Exception + */ + OrderServerWarpper queryOrderServer(Integer orderId, Integer uid) throws Exception; + + + /** + * 获取下单推送完后没有司机下单的提醒 + * @param uid + * @return + * @throws Exception + */ + EndPushWarpper queryEndPush(Integer uid) throws Exception; } -- Gitblit v1.7.1