UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ICancleOrderService.java
@@ -9,10 +9,8 @@ /** * 获取取消订单设置 * @param type * @param orderType * @return * @throws Exception */ CancleOrder query(Integer type, Integer orderType, Integer companyId) throws Exception; CancleOrder query(Integer companyId) throws Exception; }